Set version to dev

This commit is contained in:
Ly-sec
2025-11-20 17:42:59 +01:00
parent edd4ba1b15
commit 9a3d04249f
+1 -1
View File
@@ -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")