Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GlowPuff committed Jul 8, 2024
1 parent 32ae5ba commit d3e6ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Imperial_Commander_Editor
public static class Utils
{
public const string formatVersion = "22";
public const string appVersionString = "Version: 3.2";
public const string appVersionString = "Version: 3.3";

public static List<DeploymentCard> allyData { get; set; }
public static List<DeploymentCard> enemyData { get; set; }//enemies + villains
Expand Down

0 comments on commit d3e6ecb

Please sign in to comment.