Skip to content

Commit

Permalink
bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Sturm committed May 13, 2016
1 parent 3a04a1f commit 9e91285
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
package common

const (
CollectorVersion = "0.0.6"
CollectorVersion = "0.0.7"
)
2 changes: 1 addition & 1 deletion dist/recipe.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


Name "Graylog Collector Sidecar"
!define VERSION "0.0.6"
!define VERSION "0.0.7"
!define MUI_FILE "savefile"
!define MUI_BRANDINGTEXT "Graylog Collector Sidecar v${VERSION}"
CRCCheck On
Expand Down
2 changes: 1 addition & 1 deletion dist/recipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class GraylogSidecar < FPM::Cookery::Recipe
description 'Graylog collector sidecar'

name 'collector-sidecar'
version '0.0.6'
version '0.0.7'
revision '1'
homepage 'https://graylog.org'
arch 'amd64'
Expand Down
2 changes: 1 addition & 1 deletion dist/recipe32.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


Name "Graylog Collector Sidecar"
!define VERSION "0.0.6"
!define VERSION "0.0.7"
!define MUI_FILE "savefile"
!define MUI_BRANDINGTEXT "Graylog Collector Sidecar v${VERSION}"
CRCCheck On
Expand Down
2 changes: 1 addition & 1 deletion dist/recipe32.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class GraylogSidecar < FPM::Cookery::Recipe
description 'Graylog collector sidecar'

name 'collector-sidecar'
version '0.0.6'
version '0.0.7'
revision '1'
homepage 'https://graylog.org'
arch 'i386'
Expand Down

0 comments on commit 9e91285

Please sign in to comment.