Skip to content

Commit 5133427

Browse files
Change to using git tag to specify version number
1 parent 703843d commit 5133427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := sqls
2-
VERSION := v0.2.2
2+
VERSION := $(shell git describe --tags `git rev-list --tags --max-count=1`)
33
REVISION := $(shell git rev-parse --short HEAD)
44
GOVERSION := $(go version)
55

0 commit comments

Comments
 (0)