Skip to content

Commit c86a60c

Browse files
committed
fix docker image tag name, bump managed helper version to 0.8.20
1 parent 947e7f5 commit c86a60c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ DOCKER_IMAGE ?= pyroscope/pyroscope-dotnet
66
ifeq ($(RELEASE_VERSION),)
77
$(error "no release version specified")
88
endif
9+
RELEASE_VERSION_TMP := $(shell echo $(RELEASE_VERSION) | sed -E 's/^v([0-9]+\.[0-9]+\.[0-9]+)-pyroscope$$/\1/')
10+
#$(error "debug $(RELEASE_VERSION_TMP)")
11+
RELEASE_VERSION := $(RELEASE_VERSION_TMP)
912

1013
ifeq ($(LIBC),musl)
1114
DOCKERFILE := Pyroscope.musl.Dockerfile

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.19</PackageVersion>
9-
<AssemblyVersion>0.8.19</AssemblyVersion>
10-
<FileVersion>0.8.19</FileVersion>
8+
<PackageVersion>0.8.20</PackageVersion>
9+
<AssemblyVersion>0.8.20</AssemblyVersion>
10+
<FileVersion>0.8.20</FileVersion>
1111
<LangVersion>10</LangVersion>
1212
</PropertyGroup>
1313

0 commit comments

Comments
 (0)