From 6142003cbefaf970a4580dfe5df0969f69632d1c Mon Sep 17 00:00:00 2001 From: Patrick Cowland Date: Fri, 23 Feb 2024 14:27:19 +0000 Subject: [PATCH] version update --- GNUmakefile | 2 +- pingone/client.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 3948444b..6f8988d1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ TEST?=$$(go list ./...) OWNER=patrickcping REPO=pingone-go-sdk-v2 -VERSION=0.11.5 +VERSION=0.11.6 default: build diff --git a/pingone/client.go b/pingone/client.go index 45a423f6..b7f1364a 100644 --- a/pingone/client.go +++ b/pingone/client.go @@ -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) {