From 19a1c4c3ef334f30522e5be106e42cf2e246280a Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Thu, 14 Sep 2023 12:03:36 +0300 Subject: [PATCH] Bump to 3.0.0-1 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 285eff6..5bbf91d 100644 --- a/packaging/netcoredbg.spec +++ b/packaging/netcoredbg.spec @@ -1,6 +1,6 @@ Name: netcoredbg Summary: Managed code debugger for CoreCLR -Version: 2.2.3 +Version: 3.0.0 Release: 1 Group: Development/Toolchain License: MIT diff --git a/src/version.h b/src/version.h index 6b32362..e49944e 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.3-1"; +static const char __VERSION[] = "3.0.0-1";