Skip to content

Commit

Permalink
release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Apr 8, 2019
1 parent 969abc2 commit e2ba841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

if [[ $(go version) != *"go1.11"* ]] ; then
if [[ $(go version) != *"go1.11"* && $(go version) != *"go1.12"* ]] ; then
echo "grok_exporter uses Go 1.11 Modules. Please use Go version >= 1.11." >&2
echo "Version found is $(go version)" >&2
exit 1
Expand All @@ -17,7 +17,7 @@ export GO111MODULE=on

cd $GOPATH/src/github.com/fstab/grok_exporter

export VERSION=0.2.7-SNAPSHOT
export VERSION=0.2.7

export VERSION_FLAGS="\
-X github.com/fstab/grok_exporter/exporter.Version=$VERSION
Expand Down

0 comments on commit e2ba841

Please sign in to comment.