From 211935ce0d1c35d98c56ef5913dc8dc02e921b53 Mon Sep 17 00:00:00 2001 From: Nick Kubala Date: Mon, 1 Oct 2018 11:06:00 -0700 Subject: [PATCH] cut v0.12.0 release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf08426f..a3550028 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 11 +VERSION_MINOR ?= 12 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)