diff --git a/SourceGen/Program.cs b/SourceGen/Program.cs index 63d30a0..4bed3f2 100644 --- a/SourceGen/Program.cs +++ b/SourceGen/Program.cs @@ -21,7 +21,7 @@ namespace SourceGen { static class Program { // Version number applied to the program as a whole. public static readonly CommonUtil.Version ProgramVersion = - new CommonUtil.Version(1, 1, 0, CommonUtil.Version.PreRelType.Dev, 1); + new CommonUtil.Version(1, 1, 0, CommonUtil.Version.PreRelType.Dev, 2); /// /// The main entry point for the application.