Skip to content

Commit 5173ed9

Browse files
committed
RELEASE_VERSION=v0.9.4 make bump_version
1 parent 32a75cc commit 5173ed9

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.3</PackageVersion>
9-
<AssemblyVersion>0.9.3</AssemblyVersion>
10-
<FileVersion>0.9.3</FileVersion>
8+
<PackageVersion>0.9.4</PackageVersion>
9+
<AssemblyVersion>0.9.4</AssemblyVersion>
10+
<FileVersion>0.9.4</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.3"
13+
#define PYROSCOPE_SPY_VERSION "0.9.4"
1414

1515
class PyroscopePprofSink : public PProfExportSink
1616
{

0 commit comments

Comments
 (0)