Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Feb 23, 2024
1 parent dafe638 commit 6142003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TEST?=$$(go list ./...)
OWNER=patrickcping
REPO=pingone-go-sdk-v2
VERSION=0.11.5
VERSION=0.11.6

default: build

Expand Down
2 changes: 1 addition & 1 deletion pingone/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Client struct {
Region model.RegionMapping
}

var version = "0.11.5"
var version = "0.11.6"

func (c *Config) APIClient(ctx context.Context) (*Client, error) {

Expand Down

0 comments on commit 6142003

Please sign in to comment.