Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 879669a

Browse files
committed
version: change from 0.6.0 pre to beta1
1 parent 6f1e046 commit 879669a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// build.go will set date and sha, but `go get` will set none of these.
1515
var (
1616
// Version number for official releases Updated manually before each release.
17-
Version = "0.6.0-pre"
17+
Version = "0.6.0-beta1"
1818

1919
// Set to any non-empty value by official release script
2020
OfficialBuild string

build/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ build linux arm 7
3939
if [ "$GITHUB_ACCESS_TOKEN" = "" ]; then
4040
echo GITHUB_ACCESS_TOKEN not set: not running githubRelease.go
4141
else
42-
GOOS=linux
42+
GOOS=darwin
4343
GOARCH=amd64
44-
export BUILD_NUMBER=`${OUTPUTDIR}bosun-linux-amd64 -version | awk '{print $3}'`
44+
export BUILD_NUMBER=`${OUTPUTDIR}bosun-darwin-amd64 -version | awk '{print $3}'`
4545
go run build/release/githubRelease.go
4646
fi

0 commit comments

Comments
 (0)