diff --git a/Makefile b/Makefile index 67d80a5..862c50e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ BIN = git-sv ECHOFLAGS ?= -VERSION ?= +BUILD_TIME = $(shell date +"%Y%m%d%H%M") +VERSION ?= dev-$(BUILD_TIME) BUILDOS ?= linux BUILDARCH ?= amd64