diff --git a/config/version b/config/version index 6a0d714f..8a33c5de 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -v1.7.2.6 +v1.7.2.7 diff --git a/docs/Tasktracking/2026-04-26-bump-version-1-7-2-7.md b/docs/Tasktracking/2026-04-26-bump-version-1-7-2-7.md new file mode 100644 index 00000000..aa9f2ee7 --- /dev/null +++ b/docs/Tasktracking/2026-04-26-bump-version-1-7-2-7.md @@ -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.