Skip to content

Commit

Permalink
Bump VersionInfo.MainVersion for dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Jan 7, 2025
1 parent dd23282 commit ebd9cde
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 @@ -10,7 +10,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.10";
public static readonly string MainVersion = "2.10.1";

public static readonly string ReleaseDate = "January 7th, 2025";

Expand Down

0 comments on commit ebd9cde

Please sign in to comment.