v2.9.2-dev
This commit is contained in:
parent
8a17c047c9
commit
4edeedd5ad
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ Singleton {
|
||||||
|
|
||||||
// Public properties
|
// Public properties
|
||||||
property string baseVersion: "2.9.2"
|
property string baseVersion: "2.9.2"
|
||||||
property bool isDevelopment: false
|
property bool isDevelopment: true
|
||||||
|
|
||||||
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