From 8ed79b6e7fff38c05e092c7f2d061c91d972c01b Mon Sep 17 00:00:00 2001 From: Aaron Prindle Date: Tue, 12 Sep 2017 15:41:34 -0700 Subject: [PATCH] cut v0.4.1 release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2fd844e7..866cda8c 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ # Bump these on release VERSION_MAJOR ?= 0 -VERSION_MINOR ?= 2 -VERSION_BUILD ?= 0 +VERSION_MINOR ?= 4 +VERSION_BUILD ?= 1 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)