From 17bd80e39fb18e5a53fd9641e1506d2764ad127c Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sun, 5 May 2024 15:23:47 -0700 Subject: [PATCH] Version 1.8.6 --- 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 b678fc0..4bfa741 100644 --- a/SourceGen/App.xaml.cs +++ b/SourceGen/App.xaml.cs @@ -25,6 +25,6 @@ public partial class App : Application { /// SourceGen version number. /// public static readonly CommonUtil.Version ProgramVersion = - new CommonUtil.Version(1, 8, 6, CommonUtil.Version.PreRelType.Dev, 1); + new CommonUtil.Version(1, 8, 6, CommonUtil.Version.PreRelType.Final, 0); } }