Skip to content

Commit

Permalink
chore: release 0.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: black-desk <me@black-desk.cn>
  • Loading branch information
black-desk committed Aug 30, 2024
1 parent a8b1767 commit 4adbf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GO_MAIN_PACKAGE_DIR = ./cmd/cgtproxy
# NOTE:
# These version variable initialization assumes that
# you are using POSIX compatible SHELL.
PROJECT_VERSION = 0.1.7
PROJECT_VERSION = 0.1.8
PROJECT_GIT_DESCRIBE = $(shell git describe --tags --match v* --long --dirty)
PROJECT_SEMVER_GENERATED_FROM_GIT_DESCRIBE = $(shell \
printf '%s\n' "$(PROJECT_GIT_DESCRIBE)" | \
Expand Down

0 comments on commit 4adbf44

Please sign in to comment.