Skip to content

Commit 877b300

Browse files
Merge pull request #180 from ignacio-chiazzo/update_version
Added version 23 and 24
2 parents cdca5a2 + 430dba4 commit 877b300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/whatsapp_sdk/api/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module WhatsappSdk
77
module Api
88
class Client
99
API_VERSIONS = [
10-
'v22.0', 'v21.0', 'v20.0', 'v19.0', 'v18.0', 'v17.0', 'v16.0', 'v15.0', 'v14.0',
10+
'v24.0', 'v23.0', 'v22.0', 'v21.0', 'v20.0', 'v19.0', 'v18.0', 'v17.0', 'v16.0', 'v15.0', 'v14.0',
1111
'v13.0', 'v12.0', 'v11.0', 'v10.0', 'v9.0', 'v8.0', 'v7.0', 'v6.0', 'v5.0', 'v4.0',
1212
'v3.3', 'v3.2', 'v3.1', 'v3.0', 'v2.12', 'v2.11', 'v2.10', 'v2.9', 'v2.8', 'v2.7',
1313
'v2.6', 'v2.5', 'v2.4', 'v2.3', 'v2.2', 'v2.1'

0 commit comments

Comments
 (0)