From cd74a989b9c6d5a1fe0eb621b91e331f8526f710 Mon Sep 17 00:00:00 2001 From: vgmoose Date: Thu, 23 Mar 2023 11:19:49 -0400 Subject: [PATCH] bump version to 2.3.2 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36df9fe..b221752 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ BINARY := appstore APP_TITLE := HB App Store APP_AUTHOR := 4TU Team -APP_VERSION := 2.3.1-$(shell git rev-parse --short HEAD) +APP_VERSION := 2.3.2 +# APP_VERSION := 2.3.2-$(shell git rev-parse --short HEAD) SOURCES += gui console