We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b1767 commit 4adbf44Copy full SHA for 4adbf44
Makefile
@@ -10,7 +10,7 @@ GO_MAIN_PACKAGE_DIR = ./cmd/cgtproxy
10
# NOTE:
11
# These version variable initialization assumes that
12
# you are using POSIX compatible SHELL.
13
-PROJECT_VERSION = 0.1.7
+PROJECT_VERSION = 0.1.8
14
PROJECT_GIT_DESCRIBE = $(shell git describe --tags --match v* --long --dirty)
15
PROJECT_SEMVER_GENERATED_FROM_GIT_DESCRIBE = $(shell \
16
printf '%s\n' "$(PROJECT_GIT_DESCRIBE)" | \
0 commit comments