Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Apr 11, 2020
1 parent 063d1fb commit 14232fd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ archives:
format_overrides:
- goos: windows
format: zip
nfpm:
formats:
- deb
- rpm
replacements:
amd64: 64-bit
386: 32-bit
vendor: "LabStack"
homepage: "https://tunnel.labstack.com"
maintainer: "Vishal Rana <[email protected]>"
description: "Tunnel lets you expose local servers to the internet securely - ngrok alternative, compatible with SSH
client."
license: "MIT"
nfpms:
- formats:
- deb
- rpm
replacements:
amd64: 64-bit
386: 32-bit
vendor: "LabStack"
homepage: "https://tunnel.labstack.com"
maintainer: "Vishal Rana <[email protected]>"
description: "Tunnel lets you expose local servers to the internet securely - ngrok alternative, compatible with SSH
client."
license: "MIT"
checksum:
name_template: "checksum.txt"
snapshot:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE = labstack/tunnel
VERSION = 0.5.14
VERSION = 0.5.15

publish:
git tag v$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version = "v0.5.14"
version = "v0.5.15"
)

var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 14232fd

Please sign in to comment.