From 69d3cd1867cdd44f3a139a29b90833e776242fcd Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 9 Aug 2024 20:17:26 -0700 Subject: [PATCH] Version 1.9.0-alpha2 --- 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 5350137..0fd4229 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, 9, 0, CommonUtil.Version.PreRelType.Alpha, 1); + new CommonUtil.Version(1, 9, 0, CommonUtil.Version.PreRelType.Alpha, 2); } }