From 0f415ffaf35359ce4c7f67f4eb639bfa615e42dc Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sat, 11 Jul 2020 17:09:37 -0700 Subject: [PATCH] Version 1.7.0-dev2 --- 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 d5f6fc7..128e519 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.Dev, 1); + new CommonUtil.Version(1, 7, 0, CommonUtil.Version.PreRelType.Dev, 2); } }