diff --git a/SourceGen/App.xaml.cs b/SourceGen/App.xaml.cs index 8d584e2..3a172f2 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, 3, 1, CommonUtil.Version.PreRelType.Final, 0); + new CommonUtil.Version(1, 3, 2, CommonUtil.Version.PreRelType.Final, 0); } }