From 3c73ea7ff6064b621f4dce9ea37a4e3d4d9678b4 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 13 Aug 2020 10:45:11 -0700 Subject: [PATCH] Version 1.7.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 17f94fa..8a2796a 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, 7, 0, CommonUtil.Version.PreRelType.Final, 0); + new CommonUtil.Version(1, 7, 1, CommonUtil.Version.PreRelType.Final, 0); } }