1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-05-31 22:41:37 +00:00

Version 1.8.3-dev1

This commit is contained in:
Andy McFadden 2022-04-06 14:24:53 -07:00
parent d9fe0b5471
commit 6e52f9986c

View File

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