mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 20:12:29 +00:00
v2.10.0
This commit is contained in:
@@ -8,8 +8,8 @@ Singleton {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
// Public properties
|
// Public properties
|
||||||
property string baseVersion: "2.9.2"
|
property string baseVersion: "2.10.0"
|
||||||
property bool isDevelopment: true
|
property bool isDevelopment: false
|
||||||
|
|
||||||
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user