diff --git a/README.md b/README.md index 495926da..6e58c4a1 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,11 @@ This will fetch and create all images required for the build process. The comple # Releases -3.0.0 (WiP) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/3.0.0) +3.0.0 (2017-02-19) [Download](https://github.com/christiangalsterer/execbeat/releases/tag/3.0.0) Feature and bugfix release containing the following **breaking** changes: -* Renamed configuration parameter `execs`to `commands`. Please update your configuration accordingly. -* Renamed configuration parameter `cron`to `schedule`. Please update your configuration accordingly. +* Renamed configuration parameter `execs` to `commands`. Please update your configuration accordingly. +* Renamed configuration parameter `cron` to `schedule`. Please update your configuration accordingly. * Update to beats v5.2.1 * Fix: [Default schedule not working](https://github.com/christiangalsterer/execbeat/issues/6) @@ -151,7 +151,6 @@ Bugfix release containing the following changes: Feature release containing the following changes: * Update to beats v5.1.1 - 2.0.0 (2016-11-26) Feature release containing the following changes: diff --git a/main.go b/main.go index e69e48d8..edac18ec 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "os" ) -var version = "3.0.0-SNAPSHOT" +var version = "3.0.0" var name = "execbeat" func main() {