Bump version to v2.9.0

This commit is contained in:
Cecylia Bocovich 2024-02-05 11:59:16 -05:00
parent 5f5cbe6431
commit 38352b22ad
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
2 changed files with 17 additions and 3 deletions

View file

@ -1,10 +1,12 @@
package version
import "fmt"
import "runtime/debug"
import (
"fmt"
"runtime/debug"
)
var version = func() string {
ver := "2.8.1"
ver := "2.9.0"
if info, ok := debug.ReadBuildInfo(); ok {
for _, setting := range info.Settings {
if setting.Key == "vcs.revision" {