Skip to content

Commit

Permalink
Bumbed version
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Apr 13, 2018
1 parent 852cdba commit a99cbfe
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,4 +1,4 @@
VERSION = 0.1.3
VERSION = 0.1.4

publish:
git tag $(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
Short: "Print the version of Tunnel",
// Long: ``,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("0.1.3")
fmt.Println("0.1.4")
},
}
)
Expand Down

0 comments on commit a99cbfe

Please sign in to comment.