diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7bf586e..e8d9bc06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: with: distribution: goreleaser version: latest - args: release --rm-dist + args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/internal/version/version.go b/internal/version/version.go index a99c8492..b63c54a9 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -9,7 +9,7 @@ import ( var GitCommit string // Version returns the main version number that is being run at the moment. -const Version = "0.4.5" +const Version = "0.4.6" // BuildDate returns the date the binary was built var BuildDate = ""