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