Version 1.8.3-dev1

This commit is contained in:
Andy McFadden 2022-04-06 14:24:53 -07:00
parent d9fe0b5471
commit 6e52f9986c
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ namespace SourceGen {
/// SourceGen version number.
/// </summary>
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);
}
}