From d7c368bcb6acf14afa302607064c17002b3c9ac7 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 27 Jul 2021 11:42:41 -0400 Subject: [PATCH] bump to beta.11 --- VERSION | 2 +- ui/app/AppLayouts/Profile/Sections/AboutContainer.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 521a98b59f..b541a80d45 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-beta.10 +0.1.0-beta.11 diff --git a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml index 8f876ad65c..caa27d153c 100644 --- a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml @@ -23,7 +23,7 @@ Item { //% "App version" name: qsTrId("version") //% "Version: %1" - description: qsTrId("version---1").arg("0.1.0-beta.10") + description: qsTrId("version---1").arg("0.1.0-beta.11") tooltipUnder: true }