From 1c7c1f5f510f38217c53536e5044dc51a15e291c Mon Sep 17 00:00:00 2001 From: Alexander Soldatov Date: Fri, 16 Sep 2022 18:57:45 +0300 Subject: [PATCH] Bump to 2.2.0-7 version --- packaging/netcoredbg.spec | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/netcoredbg.spec b/packaging/netcoredbg.spec index a45e5e7..b283bf9 100644 --- a/packaging/netcoredbg.spec +++ b/packaging/netcoredbg.spec @@ -1,7 +1,7 @@ Name: netcoredbg Summary: Managed code debugger for CoreCLR Version: 2.2.0 -Release: 5 +Release: 7 Group: Development/Toolchain License: MIT Source0: %{name}-%{version}.tar.gz diff --git a/src/version.h b/src/version.h index edc4c25..5618088 100644 --- a/src/version.h +++ b/src/version.h @@ -3,4 +3,4 @@ // See the LICENSE file in the project root for more information. // WARNING: do not modify this file! Generated automatically. -static const char __VERSION[] = "2.2.0-5"; +static const char __VERSION[] = "2.2.0-7";