increment version

This commit is contained in:
Blake Blackshear 2022-10-08 19:32:45 -05:00
parent 2eada219cd
commit 3c01dbed7d

View File

@ -1,7 +1,7 @@
default_target: local
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
VERSION = 0.11.1
VERSION = 0.12.0
CURRENT_UID := $(shell id -u)
CURRENT_GID := $(shell id -g)