version: begin v1.17.1 release cycle
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run

This commit is contained in:
Felix Lange 2026-02-17 17:17:00 +01:00
parent 0cf3d3ba4f
commit 1054276906

View file

@ -19,6 +19,6 @@ package version
const (
Major = 1 // Major version component of the current release
Minor = 17 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Meta = "stable" // Version metadata to append to the version string
Patch = 1 // Patch version component of the current release
Meta = "unstable" // Version metadata to append to the version string
)