From b455b16d4bba19f2474a0180af13fe2a6c602b40 Mon Sep 17 00:00:00 2001 From: Nick Kubala Date: Mon, 19 Mar 2018 13:24:44 -0700 Subject: [PATCH] bump version to v0.8.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 370e5f23..839214f7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 7 +VERSION_MINOR ?= 8 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)