Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Dec 14, 2021
1 parent 909c6bd commit c38b613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sonic-06-Mod-Manager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
[assembly: ComVisible(false)]
[assembly: Guid("277111e3-79d8-41b5-b0d7-7609dff6e36f")]
[assembly: AssemblyVersion("2.0.0.6")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.1.0")]
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.4";
public static readonly string GlobalVersionNumber = $"Version 3.41";

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

0 comments on commit c38b613

Please sign in to comment.