update version for 2.28.0 release

This commit is contained in:
nhatle 2022-08-02 09:38:05 -07:00
parent 670c565c00
commit 96f1fdd270
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
0.21.0
0.26.0

View file

@ -36,7 +36,7 @@ import (
"github.com/pkg/errors"
)
const VERSION = "2.22.1"
const VERSION = "2.28.0"
type Client struct {
config *clientConfig