Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangalsterer committed Feb 4, 2017
1 parent 43c39f0 commit 940c758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
)

var version = "3.3.0-SNAPSHOT"
var version = "3.3.0"
var name = "httpbeat"

func main() {
Expand Down

0 comments on commit 940c758

Please sign in to comment.