Skip to content

Commit

Permalink
Changed mod version to 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Janne Hakonen committed Apr 29, 2015
1 parent b0f8898 commit 13f7e92
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.7"
MOD_VERSION = "0.6.0-test"
MOD_VERSION = "0.6.1-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 13f7e92

Please sign in to comment.