From 5e347b66fcd06325e3caac75ef7dc999f1a9b614 Mon Sep 17 00:00:00 2001 From: Appu Date: Mon, 21 Nov 2022 13:45:05 -0500 Subject: [PATCH] revert version bump (#319) release not ready yet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2daa70e1..bf19a650 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 14 +VERSION_MINOR ?= 13 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)