From 65f23b0bde2952c59337c814f4e5ff6d86d5d000 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 19 Dec 2020 12:11:00 -0500 Subject: [PATCH] Release 3.4.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc43e1e4..74ad1010 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export APP_VERSION := 3.3.0 +export APP_VERSION := 3.4.0 ifeq ($(RELEASE),) export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)