mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00:00
Set version to dev
This commit is contained in:
@@ -12,7 +12,7 @@ Singleton {
|
||||
|
||||
// Version properties
|
||||
property string baseVersion: "3.2.0"
|
||||
property bool isDevelopment: false
|
||||
property bool isDevelopment: true
|
||||
property string currentVersion: `v${!isDevelopment ? baseVersion : baseVersion + "-dev"}`
|
||||
property string changelogStateFile: Quickshell.env("NOCTALIA_CHANGELOG_STATE_FILE") || (Settings.cacheDir + "changelog-state.json")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user