Skip to content

Commit

Permalink
inc version
Browse files Browse the repository at this point in the history
  • Loading branch information
alyosha-tas committed Mar 30, 2024
1 parent 72a5d71 commit 730f476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BizHawk.Common/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static partial class VersionInfo
/// Bump this immediately after release.
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
/// </remarks>
public static readonly string MainVersion = "2.1.1";
public static readonly string MainVersion = "2.1.2";

public static string GetEmuVersion()
=> $"Version {MainVersion}";
Expand Down

0 comments on commit 730f476

Please sign in to comment.