Skip to content

Commit

Permalink
bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Dec 18, 2021
1 parent 7f80f01 commit 4cb5273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var Major = "0"

var Minor = "4"

var Patch = "1"
var Patch = "2"

var Git string

Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ tar -cJvf XD-$version.tar.xz $build
gpg --sign --detach XD-$version.tar.xz

# verify sig and upload release
gpg --verify XD-$version.tar.xz.sig && gh release create --notes "XD $version" -F $build/README.txt $version XD-$version.tar.xz{,.sig}
gpg --verify XD-$version.tar.xz.sig && gh release create --notes "XD $version" -R majestrate/XD -F $build/README.txt $version XD-$version.tar.xz{,.sig}

0 comments on commit 4cb5273

Please sign in to comment.