From 94feb6e37a3f55f87bf80cafc35bc5d4be9e0a9a Mon Sep 17 00:00:00 2001 From: Bayu Satiyo Date: Tue, 23 Jan 2024 20:57:54 +0700 Subject: [PATCH] Update version Signed-off-by: Bayu Satiyo --- USSR.cs | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/USSR.cs b/USSR.cs index 09767d1..e009b3e 100644 --- a/USSR.cs +++ b/USSR.cs @@ -10,7 +10,7 @@ namespace USSR.Core { public class USSR { - const string VERSION = "1.1.6"; + const string VERSION = "1.1.7"; const string ASSET_CLASS_DB = "classdata.tpk"; enum AssetTypes diff --git a/build.sh b/build.sh index cafb7d4..6572b8f 100644 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.1.6" +VERSION="1.1.7" echo "Building USSR..." # Define the target operating systems and architectures