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); } }