File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11IMAGE = labstack/tunnel
2- VERSION = 0.2.11
2+ VERSION = 0.2.12
33
44publish :
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 ) .
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11module github.com/labstack/tunnel-client
22
33require (
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
You can’t perform that action at this time.
0 commit comments