Skip to content

Commit

Permalink
Bumped 0.4.50
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Apr 30, 2019
1 parent f96c9aa commit f20b40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pack.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal enabledelayedexpansion

set VERSION=0.4.41
set VERSION=0.4.50

if exist artifacts (
ren artifacts artifacts_
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=0.4.41
VERSION=0.4.50

rm -rf artifacts
mkdir artifacts
Expand Down

0 comments on commit f20b40e

Please sign in to comment.