From ab590c5a2a82ed29d48f21e234db22322de9d135 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 19 Apr 2019 14:54:10 -0700 Subject: [PATCH] Version 1.1.0 --- SourceGen/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceGen/Program.cs b/SourceGen/Program.cs index c16f3bb..1f97eb9 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, 3); + new CommonUtil.Version(1, 1, 0, CommonUtil.Version.PreRelType.Final, 0); /// /// The main entry point for the application.