Skip to content

Commit

Permalink
bump mkrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Aug 21, 2019
1 parent 1997aa7 commit 4652668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION="0.9.1"
VERSION="0.10.0"
NAME="budgie-extras"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down

0 comments on commit 4652668

Please sign in to comment.