From 2f0ca087ecf7a7969cb791fc871eb340667b7691 Mon Sep 17 00:00:00 2001 From: Berend Kapelle Date: Mon, 16 Oct 2017 16:44:12 +0200 Subject: [PATCH] release 1.3.0 - englisch catalog - v3 compatibility --- figo/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/figo/Config.php b/figo/Config.php index 159325d..9f2f076 100644 --- a/figo/Config.php +++ b/figo/Config.php @@ -42,7 +42,7 @@ class Config { /** * @var string Version of this SDK, used in user agent for API requests */ - public static $SDK_VERSION = '1.2.0'; + public static $SDK_VERSION = '1.3.0'; } ?>