diff --git a/packaging/netcoredbg.spec b/packaging/netcoredbg.spec index a18ffec..3efe187 100644 --- a/packaging/netcoredbg.spec +++ b/packaging/netcoredbg.spec @@ -1,6 +1,6 @@ Name: netcoredbg Summary: Managed code debugger for CoreCLR -Version: 3.1.0 +Version: 3.1.1 Release: 1 Group: Development/Toolchain License: MIT diff --git a/src/version.h b/src/version.h index 0a5db37..8d8f6b0 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.1.0-1"; +static const char __VERSION[] = "3.1.1-1";