From d58b86230dce2fa42c20f4ac6a267652f8532e3d Mon Sep 17 00:00:00 2001 From: Lintang Timur Date: Fri, 29 Oct 2021 22:56:25 +0700 Subject: [PATCH] update ovo version --- src/Meta/Meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Meta/Meta.php b/src/Meta/Meta.php index dc2bd19..9956b43 100644 --- a/src/Meta/Meta.php +++ b/src/Meta/Meta.php @@ -12,7 +12,7 @@ class Meta const OS_VERSION = '9.0'; const CLIENT_ID = 'ovo_android'; const APP_ID = 'C7UMRSMFRZ46D9GW9IK7'; - const APP_VERSION = '3.43.0'; + const APP_VERSION = '3.45.0'; const OS_NAME = 'Android'; const MAC_ADDRESS = '02:00:00:44:55:66'; }