Skip to content

Commit

Permalink
Merge branch 'release/0.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
uphy committed Jun 5, 2018
2 parents b1de1fe + 03f1fab commit e5f6089
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ before-build:
# Collects all dependencies and then calls update
.PHONY: collect
collect:

.PHONY: update-version
update-version:
sed -i "" -e "/version:/ s/\".*\"/\"${VERSION}\"/" version.yml
sed -i "" -e "/var Version/ s/\".*\"/\"${VERSION}\"/" cmd/root.go
sed -i "" -e "/version:/ s/\".*\"/\"${VERSION}\"/" docs/_config.yml
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
var Name = "commandbeat"

// Version of this beat
var Version = "0.0.4"
var Version = "0.0.7"

// RootCmd to handle beats cli
var RootCmd = cmd.GenRootCmd(Name, Version, beater.New)
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Commandbeat
version: "0.0.6"
version: "0.0.7"
email: [email protected]
description: | # this means to ignore newlines until "baseurl:"
Commandbeat execute the commands and ship the result to Elasticsearch.<br>
Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: "0.0.6"
version: "0.0.7"

0 comments on commit e5f6089

Please sign in to comment.