Skip to content

Commit ceda02b

Browse files
committed
prepare v0.9.2
1 parent 46c3007 commit ceda02b

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.9.1</PackageVersion>
9-
<AssemblyVersion>0.9.1</AssemblyVersion>
10-
<FileVersion>0.9.1</FileVersion>
8+
<PackageVersion>0.9.2</PackageVersion>
9+
<AssemblyVersion>0.9.2</AssemblyVersion>
10+
<FileVersion>0.9.2</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.9.1"
13+
#define PYROSCOPE_SPY_VERSION "0.9.2"
1414

1515
class PyroscopePprofSink : public PProfExportSink
1616
{

0 commit comments

Comments
 (0)