Skip to content

Commit

Permalink
Finalised build for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx authored May 8, 2019
1 parent 8afbba2 commit b69fbff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sonic '06 Toolkit/Classes/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Sonic_06_Toolkit
public class Global
{
#region Strings
public static string versionNumber = "1.82";
public static string versionNumber = "1.83";
public static string latestVersion = "Version " + versionNumber;
public static string serverStatus;
public static string currentPath;
Expand Down
2 changes: 1 addition & 1 deletion Sonic '06 Toolkit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.6")]
[assembly: AssemblyFileVersion("1.8.2.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
Binary file modified Sonic '06 Toolkit/bin/Debug/Sonic '06 Toolkit.exe
Binary file not shown.
Binary file modified Sonic '06 Toolkit/bin/Debug/Sonic '06 Toolkit.pdb
Binary file not shown.

0 comments on commit b69fbff

Please sign in to comment.