Skip to content

Commit bd3f287

Browse files
committed
Bumped version
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 73d82fc commit bd3f287

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
IMAGE = labstack/tunnel
2-
VERSION = 0.2.11
2+
VERSION = 0.2.12
33

44
publish:
5-
git tag $(VERSION)
5+
git tag v$(VERSION)
66
git push origin --tags
77
goreleaser --rm-dist
88
docker build -t $(IMAGE):$(VERSION) -t $(IMAGE) .

cmd/version.go

Lines changed: 1 addition & 1 deletion
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.11")
15+
fmt.Println("0.2.12")
1616
},
1717
}
1818
)

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/labstack/tunnel-client
22

33
require (
4+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
45
github.com/labstack/gommon v0.2.7
56
github.com/mattn/go-colorable v0.0.9 // indirect
67
github.com/mattn/go-isatty v0.0.4 // indirect

0 commit comments

Comments
 (0)