We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852cdba commit a99cbfeCopy full SHA for a99cbfe
Makefile
@@ -1,4 +1,4 @@
1
-VERSION = 0.1.3
+VERSION = 0.1.4
2
3
publish:
4
git tag $(VERSION)
cmd/version.go
@@ -12,7 +12,7 @@ var (
12
Short: "Print the version of Tunnel",
13
// Long: ``,
14
Run: func(cmd *cobra.Command, args []string) {
15
- fmt.Println("0.1.3")
+ fmt.Println("0.1.4")
16
},
17
}
18
)
0 commit comments