Skip to content

Commit f4ce8d7

Browse files
committed
Bumbed version
Signed-off-by: Vishal Rana <[email protected]>
1 parent 62bdf52 commit f4ce8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.2.7
1+
VERSION = 0.2.8
22

33
publish:
44
git tag $(VERSION)

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
Short: "Print the version of Tunnel",
1313
// Long: ``,
1414
Run: func(cmd *cobra.Command, args []string) {
15-
fmt.Println("0.2.7")
15+
fmt.Println("0.2.8")
1616
},
1717
}
1818
)

0 commit comments

Comments
 (0)