We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89f5c7 commit f101803Copy full SHA for f101803
game/tc2/steam.inf
@@ -1,6 +1,6 @@
1
-PatchVersion=120018
2
-ClientVersion=120018
3
-ServerVersion=120018
+PatchVersion=120019
+ClientVersion=120019
+ServerVersion=120019
4
ProductName=tc2
5
appID=243750
6
ServerAppID=244310
game_clean/push.sh
@@ -16,7 +16,6 @@ cp -f ${SOURCE_MANIFEST} ${TARGET_MANIFEST}
16
PROJECT_STR="mastercoms/tc2"
17
BRANCH_STR=stable
18
CHANNEL_STR=${PLATFORM}-${BRANCH_STR}
19
-VERSION="0.12.0"
20
21
butler push "${CLEAN_DIR}" "${PROJECT_STR}:${CHANNEL_STR}" "--userversion" "${VERSION}"
22
game_clean/shared.sh
@@ -1,3 +1,4 @@
+VERSION="0.14.0"
DEV_DIR=../game
CLEAN_DIR=../game_dist
CLEAN_DEBUG_DIR=${CLEAN_DIR}_debug
0 commit comments