Bump version to v2.9.1

This commit is contained in:
Cecylia Bocovich 2024-02-27 11:32:09 -05:00
parent 0c3d92c646
commit b130151b24
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
2 changed files with 6 additions and 1 deletions

View file

@ -6,7 +6,7 @@ import (
)
var version = func() string {
ver := "2.9.0"
ver := "2.9.1"
if info, ok := debug.ReadBuildInfo(); ok {
for _, setting := range info.Settings {
if setting.Key == "vcs.revision" {