From 717e32d8812db99bd8445538d0d357172537ab56 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 27 Jan 2020 13:35:57 -0800 Subject: [PATCH] Version 1.5.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 ab770fd..e3c7622 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, 5, 0, CommonUtil.Version.PreRelType.Alpha, 1); + new CommonUtil.Version(1, 5, 0, CommonUtil.Version.PreRelType.Final, 0); } }