1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-19 12:25:05 +00:00

Version 1.10.1-dev4

This commit is contained in:
Andy McFadden
2025-11-30 16:04:04 -08:00
parent 037b982d94
commit 03ea2fc2c8
+1 -1
View File
@@ -25,6 +25,6 @@ namespace SourceGen {
/// SourceGen version number.
/// </summary>
public static readonly CommonUtil.Version ProgramVersion =
new CommonUtil.Version(1, 10, 1, CommonUtil.Version.PreRelType.Dev, 3);
new CommonUtil.Version(1, 10, 1, CommonUtil.Version.PreRelType.Dev, 4);
}
}