Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Jul 28, 2021
1 parent 3150d45 commit 520f1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sonic-06-Mod-Manager/src/UnifyProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace Unify
{
static class Program
{
public static readonly string GlobalVersionNumber = $"Version 3.37";
public static readonly string GlobalVersionNumber = $"Version 3.38";

#if !DEBUG
public static readonly string VersionNumber = GlobalVersionNumber;
Expand Down

0 comments on commit 520f1cc

Please sign in to comment.