chore: bump version to v1.7.2.11

This commit is contained in:
root 2026-04-26 01:09:42 +08:00
parent 7ff73313a9
commit fb7beb4dd2
2 changed files with 31 additions and 1 deletions

View file

@ -1 +1 @@
v1.7.2.9
v1.7.2.11

View file

@ -0,0 +1,30 @@
Task Record:
Date: 2026-04-26
Related Module: config/version
Change Type: Config
Background
Release version needs to be updated to `v1.7.2.11` so runtime-reported version aligns with release metadata.
Changes
Updated `config/version` from `v1.7.2.9` to `v1.7.2.11`.
Added this task tracking record for version bump traceability.
Impact
Affected files: `config/version`.
No API, database, or runtime logic changes.
Only release metadata/version display is updated.
Verification
Check: inspected `config/version` content after update.
Result: value is `v1.7.2.11`.
Risks And Follow-Up
Low risk.
Follow-up: create/push release tag if remote publishing is required.