Skip to content

Commit b632188

Browse files
committed
bump version to 0.8.11
1 parent e877f37 commit b632188

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Pyroscope/Pyroscope/Pyroscope.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<PackageVersion>0.8.10</PackageVersion>
9-
<AssemblyVersion>0.8.10</AssemblyVersion>
10-
<FileVersion>0.8.10</FileVersion>
8+
<PackageVersion>0.8.11</PackageVersion>
9+
<AssemblyVersion>0.8.11</AssemblyVersion>
10+
<FileVersion>0.8.11</FileVersion>
1111
<LangVersion>10</LangVersion>
1212
</PropertyGroup>
1313

profiler/src/ProfilerEngine/Datadog.Profiler.Native/PyroscopePprofSink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "httplib.h"
1111
#include "url.hpp"
1212

13-
#define PYROSCOPE_SPY_VERSION "0.8.10"
13+
#define PYROSCOPE_SPY_VERSION "0.8.11"
1414

1515
class PyroscopePprofSink : public PProfExportSink
1616
{

0 commit comments

Comments
 (0)