diff --git a/README.md b/README.md index 9ac8892e..ab3e7414 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ This will fetch and create all images required for the build process. The comple # Releases -3.1.1 (WiP) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/3.1.1) +3.1.1 (2017-02-24) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/3.1.1) Bugfix release containing the following changes: * [Set correct version in package names and package metadata](https://github.com/christiangalsterer/execbeat/issues/10) diff --git a/main.go b/main.go index 5dda8809..f161815a 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "os" ) -var version = "3.1.1-SNAPSHOT" +var version = "3.1.1" var name = "execbeat" func main() {