From 7fcd5c2800f33d7dadbb86696210517f501820b2 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sat, 21 Sep 2019 13:46:08 -0700 Subject: [PATCH] Version 1.3.0-alpha1 --- SourceGen/App.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SourceGen/App.xaml.cs b/SourceGen/App.xaml.cs index 55096ca..4376524 100644 --- a/SourceGen/App.xaml.cs +++ b/SourceGen/App.xaml.cs @@ -18,13 +18,13 @@ using System.Windows; namespace SourceGen { /// - /// Interaction logic for App.xaml + /// Application class. /// public partial class App : Application { /// /// SourceGen version number. /// public static readonly CommonUtil.Version ProgramVersion = - new CommonUtil.Version(1, 3, 0, CommonUtil.Version.PreRelType.Dev, 6); + new CommonUtil.Version(1, 3, 0, CommonUtil.Version.PreRelType.Alpha, 1); } }