Skip to content

Commit

Permalink
chore: bump API_VERSION to "0.4" to start a new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Dec 16, 2022
1 parent 40731e4 commit 652f27f
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
@@ -1,5 +1,5 @@
APP_NAME := travelgrunt
API_VERSION := 0.3
API_VERSION := 0.4
BUILD_PATH := ./cmd/${APP_NAME}

CURRENT_PATCH = $(shell (git fetch --tags && git tag --sort=creatordate | grep -F "v${API_VERSION}." || echo -1) | tail -n1 | sed -r "s/^v([0-9]+\.){2}//")
Expand Down

0 comments on commit 652f27f

Please sign in to comment.