From 0fef493468b446c23b72bb88be554a9f51e4462e Mon Sep 17 00:00:00 2001 From: Leo Fajardo Date: Tue, 24 Mar 2026 22:49:44 +0800 Subject: [PATCH] [version] Bump version to 2.13.1 and pricing app to 1.3.1. --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index 1a3ef35f..8283ed54 100644 --- a/start.php +++ b/start.php @@ -15,7 +15,7 @@ * * @var string */ - $this_sdk_version = '2.13.0.6'; + $this_sdk_version = '2.13.1'; #region SDK Selection Logic --------------------------------------------------------------------