From 275c6dec8ccf989133150777da979f8081bcb7cd Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 9 Oct 2018 20:34:47 -0700 Subject: [PATCH] Version 1.0.0-beta1 --- SourceGen/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceGen/Program.cs b/SourceGen/Program.cs index 176f5bf..b3f814b 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, 3); + new CommonUtil.Version(1, 0, 0, CommonUtil.Version.PreRelType.Beta, 1); /// /// The main entry point for the application.