Skip to content

Commit

Permalink
version: change from 0.6.0 pre to beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrandt committed Mar 31, 2017
1 parent 6f1e046 commit 879669a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// build.go will set date and sha, but `go get` will set none of these.
var (
// Version number for official releases Updated manually before each release.
Version = "0.6.0-pre"
Version = "0.6.0-beta1"

// Set to any non-empty value by official release script
OfficialBuild string
Expand Down
4 changes: 2 additions & 2 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ build linux arm 7
if [ "$GITHUB_ACCESS_TOKEN" = "" ]; then
echo GITHUB_ACCESS_TOKEN not set: not running githubRelease.go
else
GOOS=linux
GOOS=darwin
GOARCH=amd64
export BUILD_NUMBER=`${OUTPUTDIR}bosun-linux-amd64 -version | awk '{print $3}'`
export BUILD_NUMBER=`${OUTPUTDIR}bosun-darwin-amd64 -version | awk '{print $3}'`
go run build/release/githubRelease.go
fi

0 comments on commit 879669a

Please sign in to comment.