From abc2df5c04efbf9bf8ca2577d08061512a41908b Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 1 Oct 2019 21:00:08 -0700 Subject: [PATCH] Version 1.3.1 --- 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 c7c14dd..8d584e2 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, 0, CommonUtil.Version.PreRelType.Final, 0); + new CommonUtil.Version(1, 3, 1, CommonUtil.Version.PreRelType.Final, 0); } }