Update version number to 1.1.1

This commit is contained in:
Julian Brost 2023-08-03 13:55:18 +02:00
parent 5ae2ac5222
commit 62a01155c4

View file

@ -7,4 +7,4 @@ import (
// Version contains version and Git commit information.
//
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
var Version = version.Version("1.1.0", "$Format:%(describe)$", "$Format:%H$")
var Version = version.Version("1.1.1", "$Format:%(describe)$", "$Format:%H$")