Skip to content

Commit

Permalink
Updated mod version to 0.6.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhakonen committed Mar 26, 2017
1 parent 79a9f7c commit 0e035dc
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 @@ -22,7 +22,7 @@
import urllib2

# configuration
MOD_VERSION = "0.6.12"
MOD_VERSION = "0.6.13"
ROOT_DIR = os.path.dirname(os.path.realpath(__file__))
BUILD_DIR = os.path.join(os.getcwd(), "build")
MOD_PACKAGE_PATH = os.path.join(os.getcwd(), "tessumod-{0}-bin.zip".format(MOD_VERSION))
Expand Down

0 comments on commit 0e035dc

Please sign in to comment.