Skip to content

Commit

Permalink
Update client.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio-chiazzo authored Oct 6, 2024
1 parent f94a97c commit 3eec1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whatsapp_sdk/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module WhatsappSdk
module Api
class Client
API_VERSIONS = [
'v20.0', 'v19.0', 'v18.0', 'v17.0', 'v16.0', 'v15.0', 'v14.0', 'v13.0', 'v12.0',
'v21.0', 'v20.0', 'v19.0', 'v18.0', 'v17.0', 'v16.0', 'v15.0', 'v14.0', 'v13.0', 'v12.0',
'v11.0', 'v10.0', 'v9.0', 'v8.0', 'v7.0', 'v6.0', 'v5.0', 'v4.0', 'v3.3',
'v3.2', 'v3.1', 'v3.0', 'v2.12', 'v2.11', 'v2.10', 'v2.9', 'v2.8', 'v2.7',
'v2.6', 'v2.5', 'v2.4', 'v2.3', 'v2.2', 'v2.1'
Expand Down

0 comments on commit 3eec1e2

Please sign in to comment.