From e4512506fd211493864c4187fb52ff1384af8f5e Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Wed, 20 Mar 2024 14:06:32 +0300 Subject: [PATCH] Bump to 3.1.0-1 version --- packaging/netcoredbg.spec | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/netcoredbg.spec b/packaging/netcoredbg.spec index a0d853a..365f39f 100644 --- a/packaging/netcoredbg.spec +++ b/packaging/netcoredbg.spec @@ -1,7 +1,7 @@ Name: netcoredbg Summary: Managed code debugger for CoreCLR -Version: 3.0.0 -Release: 13 +Version: 3.1.0 +Release: 1 Group: Development/Toolchain License: MIT Source0: %{name}-%{version}.tar.gz diff --git a/src/version.h b/src/version.h index dda4048..0a5db37 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[] = "3.0.0-13"; +static const char __VERSION[] = "3.1.0-1";