From 0ad30521ec56123f9710f617d315026b32169ad5 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 7 Mar 2022 14:57:28 -0800 Subject: [PATCH] Version 1.8.2 --- 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 23b8a28..4fb427f 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, 2, CommonUtil.Version.PreRelType.Dev, 1); + new CommonUtil.Version(1, 8, 2, CommonUtil.Version.PreRelType.Final, 0); } }