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$")