From ea000310de6f3cedecc6beef8226ff052db67299 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 24 Jul 2020 11:45:34 -0400 Subject: [PATCH] update version number --- ui/app/AppLayouts/Profile/Sections/AboutContainer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml index cdb0215d46..791f8bbafc 100644 --- a/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/AboutContainer.qml @@ -37,7 +37,7 @@ Item { StyledText { id: element11 //% "Version: alpha.0" - text: qsTrId("version:-alpha.0") + text: qsTrId("version:-alpha.3") anchors.left: parent.left anchors.leftMargin: 24 anchors.top: element10.top