Bump version for dev builds
This commit is contained in:
parent
bd31773d9e
commit
d0c0b1fdb3
|
@ -11,7 +11,7 @@ namespace BizHawk.Common
|
||||||
/// Bump this immediately after release.
|
/// Bump this immediately after release.
|
||||||
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
|
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public static readonly string MainVersion = "2.6.1";
|
public static readonly string MainVersion = "2.6.2";
|
||||||
|
|
||||||
public static readonly string ReleaseDate = "February 21, 2021";
|
public static readonly string ReleaseDate = "February 21, 2021";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue