1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-10-15 14:17:19 +00:00

Version 1.9.2-dev5

This commit is contained in:
Andy McFadden
2025-07-11 07:56:25 -07:00
parent eb6999b1b0
commit eda6748ee5

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, 4);
new CommonUtil.Version(1, 9, 2, CommonUtil.Version.PreRelType.Dev, 5);
}
}