From 47acf92c2ce4230d39f31bd281f32d3f5799ee3d Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 12 Nov 2018 10:12:27 -0800 Subject: [PATCH] Version 1.1.0-dev2 --- SourceGen/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.