release 2.28.0 (#19)

This commit is contained in:
Tan N. Le 2022-08-02 09:55:36 -07:00 committed by GitHub
parent 4258634ccf
commit e33a2d99d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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