From 74037928ee66168688bf63f7c436b09b02b23c8d Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sun, 7 Oct 2018 12:22:01 -0700 Subject: [PATCH] Version 1.0.0-alpha3 --- SourceGen/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceGen/Program.cs b/SourceGen/Program.cs index 030cbfc..176f5bf 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, 0, 0, CommonUtil.Version.PreRelType.Alpha, 2); + new CommonUtil.Version(1, 0, 0, CommonUtil.Version.PreRelType.Alpha, 3); /// /// The main entry point for the application.