chore: bump VERSION to 0.7.90 in master

so that we always have a higher version than the latest stable release
(0.7.x at the moment), giving us a buffer to further bump it to 0.8.9x as
we approach the 0.9.x series
This commit is contained in:
Lukáš Tinkl 2022-10-27 13:17:08 +02:00 committed by Lukáš Tinkl
parent 851dd3bc76
commit eb4a7d71c5
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
0.6.0
0.7.90

View File

@ -33,6 +33,7 @@ StatusWindow {
Qt.application.displayName = qsTr("Status Desktop")
Qt.application.organization = "Status"
Qt.application.domain = "status.im"
Qt.application.version = aboutModule.getCurrentVersion()
return Qt.application.displayName
}
visible: true