Skip to content

Commit 2313d9e

Browse files
authored
Update version number
1 parent 266a95e commit 2313d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sonic '06 Mod Manager/ModManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ namespace Sonic_06_Mod_Manager
6666
{
6767
public partial class ModManager : Form
6868
{
69-
public static string versionNumber = "Version 1.07";
69+
public static string versionNumber = "Version 1.08";
7070
public static string updateState;
7171
public static string serverStatus;
7272
public static string installState;

Sonic '06 Mod Manager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.7.0")]
36+
[assembly: AssemblyFileVersion("1.0.8.0")]

0 commit comments

Comments
 (0)