Skip to content

Commit e910482

Browse files
prepare 0.13.0
1 parent ffd60de commit e910482

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
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<PackageVersion>0.12.0</PackageVersion>
6-
<AssemblyVersion>0.12.0</AssemblyVersion>
7-
<FileVersion>0.12.0</FileVersion>
5+
<PackageVersion>0.13.0</PackageVersion>
6+
<AssemblyVersion>0.13.0</AssemblyVersion>
7+
<FileVersion>0.13.0</FileVersion>
88
<PackageReadmeFile>README.md</PackageReadmeFile>
99
</PropertyGroup>
1010

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.12.0"
13+
#define PYROSCOPE_SPY_VERSION "0.13.0"
1414

1515
class PyroscopePprofSink : public PProfExportSink
1616
{

0 commit comments

Comments
 (0)