Skip to content

Commit 8ed82f9

Browse files
committed
bump version to 1.4.0
Signed-off-by: kaizhe <[email protected]>
1 parent 7fa8d3d commit 8ed82f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/build-release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -eux
44

55
export GO111MODULE=on
66

7+
RELEASE=$(cat version)
8+
79
$GOPATH/bin/goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*") || true
810

911
# build release for MacOS

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.4.0

0 commit comments

Comments
 (0)