From c9d519e7f8b199f23a86aada957e36504367d930 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 12 Mar 2020 10:08:26 -0700 Subject: [PATCH] Version 1.6.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 e3c7622..6757bce 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, 5, 0, CommonUtil.Version.PreRelType.Final, 0); + new CommonUtil.Version(1, 6, 0, CommonUtil.Version.PreRelType.Dev, 1); } }