From ce00eaed3c5622ac3f20ebdbd12bce025c1c0a17 Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Mon, 3 Feb 2020 13:17:02 -0800 Subject: [PATCH] bump release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 132f992dd..f5442ac56 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 16 +VERSION_MINOR ?= 17 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)