From e5da5ced95b9807461a0e7636ad2b02aeeb2110d Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sat, 19 Oct 2019 11:17:09 -0700 Subject: [PATCH] Version 1.4.0-dev2 --- 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 18c6cd2..797cbf3 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, 1); + new CommonUtil.Version(1, 4, 0, CommonUtil.Version.PreRelType.Dev, 2); } }