From edc92cf5d639c703367f919621e53fa17dbf060c Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 9 Jan 2023 09:14:28 -0800 Subject: [PATCH] Version 1.8.4 --- 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 0ddfd35..0e53288 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, 4, CommonUtil.Version.PreRelType.Dev, 2); + new CommonUtil.Version(1, 8, 4, CommonUtil.Version.PreRelType.Final, 0); } }