diff options
-rw-r--r-- | app/version/Version.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/version/Version.qml b/app/version/Version.qml index 459275e..228481f 100644 --- a/app/version/Version.qml +++ b/app/version/Version.qml @@ -55,7 +55,7 @@ SettingPage { font.pixelSize: 48 } Label { - text: '4.0 (Daring Dab)' + text: '5.0.0rc2 (Electric Eel)' font.pixelSize: 48 Layout.fillWidth: true } |