From 18953d7f6813f1f4ffa44e60dfd341c3f3b59244 Mon Sep 17 00:00:00 2001 From: Nick Kubala Date: Tue, 26 Jun 2018 15:43:03 -0700 Subject: [PATCH] Cut v0.11.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08b84527..cf08426f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 10 +VERSION_MINOR ?= 11 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)