chore: bump version to v1.7.2.7

This commit is contained in:
root 2026-04-26 00:11:14 +08:00
parent 22d518b5c9
commit 7b24a8d704
2 changed files with 30 additions and 1 deletions

View file

@ -1 +1 @@
v1.7.2.6
v1.7.2.7

View file

@ -0,0 +1,29 @@
Task Record: Bump Version To v1.7.2.7
Date: 2026-04-26
Related Module: Release metadata
Change Type: Config
Background
The user panel quick import dropdown fix is ready to be published as version `v1.7.2.7`.
Changes
Updated `config/version` from `v1.7.2.6` to `v1.7.2.7`.
No application logic, API behavior, database schema, or frontend layout was changed in this version bump.
Impact
Affected file: `config/version`.
The embedded application version will report `v1.7.2.7` after build.
No upstream or downstream callers are affected.
Verification
Ran `GOCACHE=/tmp/go-build go test ./config ./web/...`; it passed.
Risks And Follow-Up
No known runtime risk from the version metadata change.
The `v1.7.2.7` git tag should point at the version bump commit before pushing.