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

This commit is contained in:
Felix Lange 2025-11-03 17:47:42 +01:00
parent 044828e660
commit 5b77af394e

View file

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