Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsushid committed May 3, 2017
1 parent e45a94a commit 8d0da85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TARGET := minssh
VERSION := v0.1.0
VERSION := v0.2.0
GOX_OS := linux darwin windows
GOX_ARCH := 386 amd64
DATE := $(shell date +%FT%T%z)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

// version string of the command
const Version string = "v0.1.0"
const Version string = "v0.2.0"

var (
// git commit hash embedded by packaging script
Expand Down

0 comments on commit 8d0da85

Please sign in to comment.