update version to 2.9

This commit is contained in:
Roy Qu 2023-01-12 17:00:46 +08:00
parent ea26548835
commit 7503f553fc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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