We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266a95e commit 2313d9eCopy full SHA for 2313d9e
Sonic '06 Mod Manager/ModManager.cs
@@ -66,7 +66,7 @@ namespace Sonic_06_Mod_Manager
66
{
67
public partial class ModManager : Form
68
69
- public static string versionNumber = "Version 1.07";
+ public static string versionNumber = "Version 1.08";
70
public static string updateState;
71
public static string serverStatus;
72
public static string installState;
Sonic '06 Mod Manager/Properties/AssemblyInfo.cs
@@ -33,4 +33,4 @@
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
[assembly: AssemblyVersion("1.0.0.0")]
36
-[assembly: AssemblyFileVersion("1.0.7.0")]
+[assembly: AssemblyFileVersion("1.0.8.0")]
0 commit comments