diff --git a/.goreleaser.yml b/.goreleaser.yml index 86c1c3f..d520ced 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 " - 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 " + 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: diff --git a/Makefile b/Makefile index 3bdfca5..bd7683f 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ IMAGE = labstack/tunnel -VERSION = 0.5.14 +VERSION = 0.5.15 publish: git tag v$(VERSION) diff --git a/cmd/version.go b/cmd/version.go index 9a23bc3..64239be 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - version = "v0.5.14" + version = "v0.5.15" ) var versionCmd = &cobra.Command{