We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6305fd commit 509b3f7Copy full SHA for 509b3f7
1 file changed
tools/pika_exporter/Makefile
@@ -10,7 +10,7 @@ COMPILERVERSION := $(subst go version ,,$(shell go version))
10
PROJNAME := pika_exporter
11
PIKA_EXPORTER_MAJOR := 3
12
PIKA_EXPORTER_MINOR := 5
13
-PIKA_EXPORTER_PATCH := 4
+PIKA_EXPORTER_PATCH := 5
14
15
define GENERATE_VERSION_CODE
16
cat << EOF | gofmt > version.go
0 commit comments