Skip to content

Commit

Permalink
Changed mod version to 0.6.0-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Janne Hakonen committed Mar 27, 2015
1 parent c78a0f3 commit 1ac766f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# configuration
WOT_VERSION = "0.9.6"
MOD_VERSION = "0.5.1"
MOD_VERSION = "0.6.0-test"
CLIENT_PACKAGE_DIR = os.path.join("res_mods", WOT_VERSION, "scripts", "client")
BUILD_DIR = os.path.join(os.getcwd(), "build")
SRC_DIR = os.path.join(os.getcwd(), "src")
Expand Down

0 comments on commit 1ac766f

Please sign in to comment.