File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ archives:
24
24
format_overrides :
25
25
- goos : windows
26
26
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"
40
40
checksum :
41
41
name_template : " checksum.txt"
42
42
snapshot :
Original file line number Diff line number Diff line change 1
1
IMAGE = labstack/tunnel
2
- VERSION = 0.5.14
2
+ VERSION = 0.5.15
3
3
4
4
publish :
5
5
git tag v$(VERSION )
Original file line number Diff line number Diff line change 7
7
)
8
8
9
9
const (
10
- version = "v0.5.14 "
10
+ version = "v0.5.15 "
11
11
)
12
12
13
13
var versionCmd = & cobra.Command {
You can’t perform that action at this time.
0 commit comments