From 6e288467c334a51eec1e4cdbb64afa5b1425eb4c Mon Sep 17 00:00:00 2001 From: mst Date: Wed, 19 Mar 2025 13:38:04 +0300 Subject: [PATCH] bump version --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index f488770..e09aa8d 100644 --- a/constants.py +++ b/constants.py @@ -11,7 +11,7 @@ tempDir = Path.cwd() / 'static' / 'temp' exportsDir = Path('static') / 'exports' emojiPath = Path.cwd() / 'static' / 'emojis' appName = 'CatAsk' -version = '2.1.0' +version = '2.1.1' # id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9 version_id = '-stable' repoUrl = "https://codeberg.org/catask-org/catask"