Skip to content

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Greavesy1899 committed Jun 27, 2024
1 parent 47f2631 commit 8fd4405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mafia2Libs/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.32")]
[assembly: AssemblyFileVersion("2.32")]
[assembly: AssemblyVersion("2.33")]
[assembly: AssemblyFileVersion("2.33")]
2 changes: 1 addition & 1 deletion Mafia2Libs/Utils/Settings/ToolkitSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ToolkitSettings

// Update vars
public static float CurrentVersion = 1.0f;
public static readonly float Version = 2.32f;
public static readonly float Version = 2.33f;

public static void ReadINI()
{
Expand Down

0 comments on commit 8fd4405

Please sign in to comment.