diff --git a/packaging/netcoredbg.spec b/packaging/netcoredbg.spec index c6ab3ce..a0d853a 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: 7 +Release: 13 Group: Development/Toolchain License: MIT Source0: %{name}-%{version}.tar.gz diff --git a/src/version.h b/src/version.h index 1a2bf28..dda4048 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-7"; +static const char __VERSION[] = "3.0.0-13";