diff --git a/README.md b/README.md index 8ac0f7c..fca883c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status](https://travis-ci.org/christiangalsterer/httpbeat.svg?branch=master)](https://travis-ci.org/christiangalsterer/httpbeat) [![codecov.io](http://codecov.io/github/christiangalsterer/httpbeat/coverage.svg?branch=master)](http://codecov.io/github/christiangalsterer/httpbeat?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/christiangalsterer/httpbeat)](https://goreportcard.com/report/github.com/christiangalsterer/httpbeat) -![Elastic Beats 5.1.2](https://img.shields.io/badge/Elastic%20Beats-v5.1.2-blue.svg) +![Elastic Beats 5.2.0](https://img.shields.io/badge/Elastic%20Beats-v5.2.0-blue.svg) ![Golang 1.7.4](https://img.shields.io/badge/Golang-v1.7.4-blue.svg) # Httpbeat @@ -141,7 +141,7 @@ This will fetch and create all images required for the build process. The hole p # Releases and Downloads -3.3.0 (WiP) [Download](https://github.com/christiangalsterer/httpbeat/releases/tag/3.3.0) +3.3.0 (2017-02-04) [Download](https://github.com/christiangalsterer/httpbeat/releases/tag/3.3.0) Feature release containing the following changes: * Update to beats v5.2.0 diff --git a/main.go b/main.go index f3ea80a..4dae23c 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "os" ) -var version = "3.3.0-SNAPSHOT" +var version = "3.3.0" var name = "httpbeat" func main() {