Skip to content

Commit a76c8d0

Browse files
committed
Release v0.4
1 parent c081556 commit a76c8d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
goos: windows
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: wangyoucao577/go-release-action@v1.30
19+
- uses: wangyoucao577/go-release-action@v1.38
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
goos: ${{ matrix.goos }}
2323
goarch: ${{ matrix.goarch }}
2424
extra_files: LICENSE README.md
2525
compress_assets: "true"
26-
md5sum: "false"
26+
md5sum: "false"

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
"github.com/aws/aws-sdk-go-v2/service/sts"
3838
)
3939

40-
var Version string = "0.3"
40+
var Version string = "0.4"
4141

4242
type innerError struct {
4343
Code string

0 commit comments

Comments
 (0)