Skip to content

Commit

Permalink
release v0.2.2🎉🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Jan 24, 2024
1 parent c738772 commit 6bc8164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
env:
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
run: |
for filename in dist/vfox*.{rpm,deb,apk}; do
for filename in dist/vfox*.{rpm,deb}; do
curl -F package=@"$filename" https://{$FURY_TOKEN}@push.fury.io/versionfox/
done
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"os"
)

const Version = "0.2.1"
const Version = "0.2.2"

func main() {
cmd.Execute(Version, os.Args)
Expand Down

0 comments on commit 6bc8164

Please sign in to comment.