Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
[auto] bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Tiare Le Bigot committed Sep 28, 2015
1 parent 8a40e13 commit 7345b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/const.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package internal

// VERSION of sail
const VERSION = "0.1.0"
const VERSION = "$version"
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ then
else
sed -i 's/const VERSION =.*/const VERSION = "$version"/' internal/const.go
git commit -am "[auto] bump version to v$version"
git tag -s "v$version" -F
git tag -s "v$version"
fi

# Ensure github remote is registered
Expand Down

0 comments on commit 7345b60

Please sign in to comment.