From 9ffc4a938302604762c93b8f706b952e82cc394a Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Thu, 24 Sep 2020 12:51:43 -0700 Subject: [PATCH] Version 1.7.2 --- 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 f93afb0..1009bb0 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, 2, CommonUtil.Version.PreRelType.Dev, 1); + new CommonUtil.Version(1, 7, 2, CommonUtil.Version.PreRelType.Final, 0); } }