diff --git a/SourceGen/App.xaml.cs b/SourceGen/App.xaml.cs index 797cbf3..22601c4 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, 4, 0, CommonUtil.Version.PreRelType.Dev, 2); + new CommonUtil.Version(1, 4, 0, CommonUtil.Version.PreRelType.Alpha, 1); } }