From 3c01dbed7d6a65318bbd2f5f90fa7d9d48ab0df1 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 8 Oct 2022 19:32:45 -0500 Subject: [PATCH] increment version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e3c06373..5c35dee0f 100644 --- a/Makefile +++ b/Makefile @@ -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)