Skip to content

Commit

Permalink
Get build version from git describe
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jan 29, 2020
1 parent 8a46068 commit 1b35030
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 @@ -7,7 +7,7 @@
.PHONY : docker-apps docker-bin docker-volume
.PHONY : docker-run docker-stop

VERSION := 0.1.0 # 0.1.0 is the first possible version in semver
VERSION := $(shell git describe)

RFC_3339 := "+%Y-%m-%dT%H:%M:%SZ"
DATE := $(shell date -u $(RFC_3339))
Expand Down

0 comments on commit 1b35030

Please sign in to comment.