Refactor configuration management: migrate to per-user storage, update encryption handling, and enhance versioning in CI
This commit is contained in:
7
version.py
Normal file
7
version.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Application version.
|
||||
|
||||
This value is used by the Settings update checker.
|
||||
GitHub Actions overwrites this file for tagged builds.
|
||||
"""
|
||||
|
||||
__version__ = "v1.3.0"
|
||||
Reference in New Issue
Block a user