From cee8fa3cbf0f300874121de250bf8598ce8b0d9f Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 12 May 2023 15:56:43 -0700 Subject: [PATCH] Version 1.8.5 --- 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 6da21c5..beede43 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, 8, 5, CommonUtil.Version.PreRelType.Dev, 2); + new CommonUtil.Version(1, 8, 5, CommonUtil.Version.PreRelType.Final, 0); } }