v2.11.0
This commit is contained in:
parent
292337dc00
commit
8204460112
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ Singleton {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
// Public properties
|
// Public properties
|
||||||
property string baseVersion: "2.10.0"
|
property string baseVersion: "2.11.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"}`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue