Release v2.9.2
This commit is contained in:
parent
dbf1020636
commit
899595ec5c
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.9.1"
|
property string baseVersion: "2.9.2"
|
||||||
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