mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
bump version
This commit is contained in:
parent
5c721c1524
commit
307bf83ee8
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ tempDir = Path.cwd() / 'static' / 'temp'
|
||||||
exportsDir = Path('static') / 'exports'
|
exportsDir = Path('static') / 'exports'
|
||||||
emojiPath = Path.cwd() / 'static' / 'emojis'
|
emojiPath = Path.cwd() / 'static' / 'emojis'
|
||||||
appName = 'CatAsk'
|
appName = 'CatAsk'
|
||||||
version = '1.7.0'
|
version = '1.7.1'
|
||||||
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
|
# id (identifier) is to be interpreted as described in https://semver.org/#spec-item-9
|
||||||
version_id = '-alpha'
|
version_id = '-alpha'
|
||||||
|
|
Loading…
Add table
Reference in a new issue