From 27b47b978304176871f4e5f0f50ec71a3905601c Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 2 Dec 2021 11:22:00 -0800 Subject: [PATCH] Version 1.8.1-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 479c6b3..94684bb 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, 0, CommonUtil.Version.PreRelType.Final, 0); + new CommonUtil.Version(1, 8, 1, CommonUtil.Version.PreRelType.Dev, 1); } }