diff --git a/Makefile b/Makefile index 52c2e47..76bf061 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOTEST=$(GOCMD) test GOVET=$(GOCMD) vet BINARY_NAME=xk6-gtp # brunch name version -VERSION := 0.0.1 +VERSION := v0.0.1 DOCKER_REGISTRY?= ghcr.io/bbsakura/ DIFF_FROM_BRANCH_NAME ?= origin/main