mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 17:54:41 +00:00
v3.4.0
This commit is contained in:
@@ -11,8 +11,8 @@ Singleton {
|
||||
id: root
|
||||
|
||||
// Version properties
|
||||
readonly property string baseVersion: "3.3.1"
|
||||
readonly property bool isDevelopment: true
|
||||
readonly property string baseVersion: "3.4.0"
|
||||
readonly property bool isDevelopment: false
|
||||
readonly property string developmentSuffix: "-git"
|
||||
readonly property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + developmentSuffix}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user