From 8f8c0de9db79ac4f434c7a55a1610cee456fe166 Mon Sep 17 00:00:00 2001 From: AnasNaouchi Date: Mon, 25 Sep 2023 10:25:01 +0700 Subject: [PATCH] Bump v1.1.0 --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 9184258..c3d9c79 100644 --- a/client.go +++ b/client.go @@ -14,7 +14,7 @@ import ( ) // Library version to include in user agent -var libraryVersion = "1.0.12" +var libraryVersion = "1.1.0" // Client helps you configure and perform HTTP operations against Omise's REST API. It // should be used with operation structures from the operations subpackage.