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 }