Skip to content

Commit 0e035dc

Browse files
author
Janne Hakonen
committed
Updated mod version to 0.6.13.
1 parent 79a9f7c commit 0e035dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import urllib2
2323

2424
# configuration
25-
MOD_VERSION = "0.6.12"
25+
MOD_VERSION = "0.6.13"
2626
ROOT_DIR = os.path.dirname(os.path.realpath(__file__))
2727
BUILD_DIR = os.path.join(os.getcwd(), "build")
2828
MOD_PACKAGE_PATH = os.path.join(os.getcwd(), "tessumod-{0}-bin.zip".format(MOD_VERSION))

0 commit comments

Comments
 (0)