Skip to content

Commit

Permalink
bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovac42 committed Jun 3, 2020
1 parent feb7ab2 commit b4e13ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zip.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
set ZIP=C:\PROGRA~1\7-Zip\7z.exe a -tzip -y -r
set REPO=blitzkrieg
set VERSION=0.3.1
set VERSION=0.4.0

fsum -r -jm -md5 -d%REPO% * > checksum.md5
move checksum.md5 %REPO%/checksum.md5
Expand Down

0 comments on commit b4e13ca

Please sign in to comment.