Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Jul 13, 2023
1 parent 72a1e6d commit 22f1e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit 22f1e44

Please sign in to comment.