From b508fa6b4abc6114620730fb8238a8740a1ee98d Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sun, 27 Oct 2019 21:17:54 -0700 Subject: [PATCH] Version 1.4.0-beta1 --- SourceGen/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceGen/App.xaml.cs b/SourceGen/App.xaml.cs index 22601c4..2360ee6 100644 --- a/SourceGen/App.xaml.cs +++ b/SourceGen/App.xaml.cs @@ -25,6 +25,6 @@ namespace SourceGen { /// SourceGen version number. /// public static readonly CommonUtil.Version ProgramVersion = - new CommonUtil.Version(1, 4, 0, CommonUtil.Version.PreRelType.Alpha, 1); + new CommonUtil.Version(1, 4, 0, CommonUtil.Version.PreRelType.Beta, 1); } }