From e43b7233d946688fdb3ed2033b4b35244fef3de6 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 19 Nov 2019 14:03:16 -0800 Subject: [PATCH] Version 1.5.0-dev1 --- 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 506520e..95f2ccd 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.Final, 0); + new CommonUtil.Version(1, 5, 0, CommonUtil.Version.PreRelType.Dev, 1); } }