Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: black-desk <[email protected]>
  • Loading branch information
black-desk committed Aug 30, 2024
1 parent 87e0b2a commit 98d7782
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.2.0
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 98d7782

Please sign in to comment.