Skip to content

Commit

Permalink
Change to using git tag to specify version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lighttiger2505 committed Dec 29, 2020
1 parent 703843d commit 5133427
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 @@
NAME := sqls
VERSION := v0.2.2
VERSION := $(shell git describe --tags `git rev-list --tags --max-count=1`)
REVISION := $(shell git rev-parse --short HEAD)
GOVERSION := $(go version)

Expand Down

0 comments on commit 5133427

Please sign in to comment.