Skip to content

Commit 4adbf44

Browse files
committed
chore: release 0.1.8
Signed-off-by: black-desk <me@black-desk.cn>
1 parent a8b1767 commit 4adbf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GO_MAIN_PACKAGE_DIR = ./cmd/cgtproxy
1010
# NOTE:
1111
# These version variable initialization assumes that
1212
# you are using POSIX compatible SHELL.
13-
PROJECT_VERSION = 0.1.7
13+
PROJECT_VERSION = 0.1.8
1414
PROJECT_GIT_DESCRIBE = $(shell git describe --tags --match v* --long --dirty)
1515
PROJECT_SEMVER_GENERATED_FROM_GIT_DESCRIBE = $(shell \
1616
printf '%s\n' "$(PROJECT_GIT_DESCRIBE)" | \

0 commit comments

Comments
 (0)