Skip to content

Commit 2597f41

Browse files
committed
Bump version, fix CI build
1 parent 0b41759 commit 2597f41

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: make.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ if [ "$1" == "watch" ]; then
5151
exit 0
5252
fi
5353

54-
gox -os="linux darwin windows openbsd" ./...
54+
gox -os="linux darwin windows openbsd" ./...
55+
56+
if [ "$CIRCLE_ARTIFACTS" != "" ]; then
57+
rsync -a semaphore_* $CIRCLE_ARTIFACTS/
58+
exit 0
59+
fi

Diff for: util/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package util
22

3-
var Version string = "2.0.1"
3+
var Version string = "2.0.2"

0 commit comments

Comments
 (0)