From eb4a7d71c561d1862f8457505eee9b8742e85963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Thu, 27 Oct 2022 13:17:08 +0200 Subject: [PATCH] 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 --- VERSION | 2 +- ui/main.qml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a918a2aa18..8bc6633c1e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.7.90 diff --git a/ui/main.qml b/ui/main.qml index 8a0a2a27fa..9e9fa97712 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -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