Skip to content

Commit 14232fd

Browse files
committed
Bumped version
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 063d1fb commit 14232fd

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.goreleaser.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ archives:
2424
format_overrides:
2525
- goos: windows
2626
format: zip
27-
nfpm:
28-
formats:
29-
- deb
30-
- rpm
31-
replacements:
32-
amd64: 64-bit
33-
386: 32-bit
34-
vendor: "LabStack"
35-
homepage: "https://tunnel.labstack.com"
36-
maintainer: "Vishal Rana <vr@labstack.com>"
37-
description: "Tunnel lets you expose local servers to the internet securely - ngrok alternative, compatible with SSH
38-
client."
39-
license: "MIT"
27+
nfpms:
28+
- formats:
29+
- deb
30+
- rpm
31+
replacements:
32+
amd64: 64-bit
33+
386: 32-bit
34+
vendor: "LabStack"
35+
homepage: "https://tunnel.labstack.com"
36+
maintainer: "Vishal Rana <vr@labstack.com>"
37+
description: "Tunnel lets you expose local servers to the internet securely - ngrok alternative, compatible with SSH
38+
client."
39+
license: "MIT"
4040
checksum:
4141
name_template: "checksum.txt"
4242
snapshot:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE = labstack/tunnel
2-
VERSION = 0.5.14
2+
VERSION = 0.5.15
33

44
publish:
55
git tag v$(VERSION)

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
version = "v0.5.14"
10+
version = "v0.5.15"
1111
)
1212

1313
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)