Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aburdulescu committed Sep 11, 2022
1 parent 96c209c commit 01b9703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/zig-cache/
/zig-out/
/chexdiff
/chexdiff.gz
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ echo -n "$1" > src/version.txt
zig build -Dtarget=native-native-musl -Drelease=true -Dstrip=true
strip -s zig-out/bin/chexdiff
cp zig-out/bin/chexdiff .
gzip --best chexdiff
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.2

0 comments on commit 01b9703

Please sign in to comment.