diff --git a/VERSION b/VERSION index 984c3f31ee3..b841438d7b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-beta.9 +0.1.0-beta.9 \ No newline at end of file diff --git a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml index 7427d48a7ee..6a82687ca6b 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("beta.8") + description: qsTrId("version---1").arg("0.1.0-beta.9") tooltipUnder: true }