1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-10-12 10:16:34 +00:00

Version 1.9.2-dev2

This commit is contained in:
Andy McFadden
2025-06-22 15:12:42 -07:00
parent ab5818a204
commit 8ab6294c8f

View File

@@ -25,6 +25,6 @@ namespace SourceGen {
/// SourceGen version number.
/// </summary>
public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 9, 2, CommonUtil.Version.PreRelType.Dev, 1);
new CommonUtil.Version(1, 9, 2, CommonUtil.Version.PreRelType.Dev, 2);
}
}