Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
  • Loading branch information
kiraio-moe committed Jan 23, 2024
1 parent 53cb7d2 commit 94feb6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion USSR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="1.1.6"
VERSION="1.1.7"

echo "Building USSR..."
# Define the target operating systems and architectures
Expand Down

0 comments on commit 94feb6e

Please sign in to comment.