Skip to content

Commit 092bd0a

Browse files
committed
bump to v1.1.1
Signed-off-by: Daniel Stamer <[email protected]>
1 parent 4329f04 commit 092bd0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
./node_modules/github-release-cli/bin/github-release upload --token "${GITHUB_TOKEN}" --owner helloworlddan --repo tresor --tag "linux-v${VERSION}" --name "tresor_linux64" --body "Current stable release for Linux 64-bit" tresor_linux64 tresor_linux64.sha256
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
VERSION: 1.1.0
33+
VERSION: 1.1.1
3434

3535
release-darwin-amd64:
3636
name: release darwin/amd64
@@ -58,7 +58,7 @@ jobs:
5858
./node_modules/github-release-cli/bin/github-release upload --token "${GITHUB_TOKEN}" --owner helloworlddan --repo tresor --tag "darwin-v${VERSION}" --name "tresor_darwin64" --body "Current stable release for MacOS 64-bit" tresor_darwin64 tresor_darwin64.sha256
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
VERSION: 1.1.0
61+
VERSION: 1.1.1
6262

6363
release-windows-amd64:
6464
name: release windows/amd64
@@ -86,4 +86,4 @@ jobs:
8686
./node_modules/github-release-cli/bin/github-release upload --token "${GITHUB_TOKEN}" --owner helloworlddan --repo tresor --tag "windows-v${VERSION}" --name "tresor.exe" --body "Current stable release for Windows 64-bit" tresor.exe tresor.exe.sha256
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
89-
VERSION: 1.1.0
89+
VERSION: 1.1.1

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 = "1.1.0"
10+
version = "1.1.1"
1111
)
1212

1313
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)