change version number

This commit is contained in:
Roy Qu 2022-11-15 03:30:10 +08:00
parent e764c14286
commit 2123f1b297
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
} }
isEmpty(APP_VERSION) { isEmpty(APP_VERSION) {
APP_VERSION = 2.4 APP_VERSION = 2.5
} }
macos: { macos: {

View File

@ -33,7 +33,7 @@ RedPandaIDE.depends += redpanda-git-askpass
APP_NAME = RedPandaCPP APP_NAME = RedPandaCPP
APP_VERSION = 2.4 APP_VERSION = 2.5
linux: { linux: {
isEmpty(PREFIX) { isEmpty(PREFIX) {