Skip to content

Commit

Permalink
RELEASE_VERSION=v0.9.4 make bump_version
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Jan 20, 2025
1 parent 32a75cc commit 5173ed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Pyroscope/Pyroscope/Pyroscope.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>0.9.3</PackageVersion>
<AssemblyVersion>0.9.3</AssemblyVersion>
<FileVersion>0.9.3</FileVersion>
<PackageVersion>0.9.4</PackageVersion>
<AssemblyVersion>0.9.4</AssemblyVersion>
<FileVersion>0.9.4</FileVersion>
<LangVersion>10</LangVersion>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "httplib.h"
#include "url.hpp"

#define PYROSCOPE_SPY_VERSION "0.9.3"
#define PYROSCOPE_SPY_VERSION "0.9.4"

class PyroscopePprofSink : public PProfExportSink
{
Expand Down

0 comments on commit 5173ed9

Please sign in to comment.