Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Maclean committed Sep 10, 2017
1 parent 905fc04 commit 6f88efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.0.1
VERSION=0.1.0
BUILD_COMMAND=go build -ldflags "-X main.version=$(VERSION)"
CLIENT_BUILD_COMMAND=go build -ldflags "-X main.version=$(VERSION)"
PACKAGES=./routes ./models ./store ./auth ./cli ./client
Expand Down
1 change: 1 addition & 0 deletions cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func main() {

app := cli.NewApp()
app.Name = "draupnir"
app.Version = version
app.Usage = "A client for draupnir"
app.Commands = []cli.Command{
{
Expand Down

0 comments on commit 6f88efc

Please sign in to comment.