From 62a01155c4f4f476aba51d64fc02efe26b35b969 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Thu, 3 Aug 2023 13:55:18 +0200 Subject: [PATCH] Update version number to 1.1.1 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 7bc3795a..a4bfdf9d 100644 --- a/internal/version.go +++ b/internal/version.go @@ -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$")