We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703843d commit 5133427Copy full SHA for 5133427
Makefile
@@ -1,5 +1,5 @@
1
NAME := sqls
2
-VERSION := v0.2.2
+VERSION := $(shell git describe --tags `git rev-list --tags --max-count=1`)
3
REVISION := $(shell git rev-parse --short HEAD)
4
GOVERSION := $(go version)
5
0 commit comments