From f56e4f2becc09432c14f6cb032f14708ca05abec Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 8 Oct 2021 12:33:32 -0700 Subject: [PATCH] Version 1.8.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 a6e9447..394d925 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, 7, 5, CommonUtil.Version.PreRelType.Final, 0); + new CommonUtil.Version(1, 8, 0, CommonUtil.Version.PreRelType.Dev, 1); } }