From 2288c064018299e68a586702cee3296447ddde43 Mon Sep 17 00:00:00 2001 From: fincs Date: Tue, 12 May 2020 00:03:21 +0200 Subject: [PATCH] Bump version for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2d1118..d7546c6 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SOURCES := source DATA := data INCLUDES := include #ROMFS := romfs -APP_VERSION := 2.3.1 +APP_VERSION := 2.3.2 ifeq ($(RELEASE),) APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always)