From 4086551fb1752c6f2c17f21022689f57f591239a Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 30 Jul 2020 20:34:53 -0700 Subject: [PATCH] Version 1.7.0 --- 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 836549d..17f94fa 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.Alpha, 1); + new CommonUtil.Version(1, 7, 0, CommonUtil.Version.PreRelType.Final, 0); } }