We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bdf52 commit f4ce8d7Copy full SHA for f4ce8d7
Makefile
@@ -1,4 +1,4 @@
1
-VERSION = 0.2.7
+VERSION = 0.2.8
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.2.7")
+ fmt.Println("0.2.8")
16
},
17
}
18
)
0 commit comments