From d4aa83b1e74f3269affcbfe0d2b75ceae35ba864 Mon Sep 17 00:00:00 2001 From: Swashata Ghosh Date: Sun, 31 Jul 2022 12:13:03 +0530 Subject: [PATCH] [version] Update SDK version to 2.4.5. --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index ddda4575..89bbfb0d 100644 --- a/start.php +++ b/start.php @@ -15,7 +15,7 @@ * * @var string */ - $this_sdk_version = '2.4.4'; + $this_sdk_version = '2.4.5'; #region SDK Selection Logic --------------------------------------------------------------------