Skip to content

Commit

Permalink
fix: versioning (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka authored Nov 12, 2024
1 parent df14a89 commit 53fa479
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 @@ -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

Expand Down

0 comments on commit 53fa479

Please sign in to comment.