Bump version to 2.6.5 (dev — prep for next cycle)
This commit is contained in:
parent
443257915c
commit
472ec7ea01
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ logger = setup_logging(_log_level, _log_path)
|
|||
|
||||
# App version — single source of truth for backup metadata, system-info, update check, etc.
|
||||
# Semver: MAJOR.MINOR.PATCH. Bump at each dev→main release.
|
||||
_SOULSYNC_BASE_VERSION = "2.6.4"
|
||||
_SOULSYNC_BASE_VERSION = "2.6.5"
|
||||
|
||||
def _build_version_string():
|
||||
"""Append short commit hash to version when available (e.g. 2.35+abc1234)."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue