From 2466090efe3cb919e46ab8c2b40a85ab5bf67acc Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 25 Oct 2019 18:17:25 -0700 Subject: [PATCH] Version 1.4.0-alpha1 --- 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 797cbf3..22601c4 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.Dev, 2); + new CommonUtil.Version(1, 4, 0, CommonUtil.Version.PreRelType.Alpha, 1); } }