Skip to content

Commit

Permalink
Merge pull request #116 from paulomcnally/upgrade_api_version
Browse files Browse the repository at this point in the history
feat(configuration): set api version to 19.0
  • Loading branch information
ignacio-chiazzo authored Jan 31, 2024
2 parents 1829d59 + f33ec62 commit cebd57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whatsapp_sdk/api/api_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Api
module ApiConfiguration
extend T::Sig

API_VERSION = T.let("v16.0", String)
API_VERSION = T.let("v19.0", String)
API_URL = T.let("https://graph.facebook.com/#{API_VERSION}/", String)
end
end
Expand Down

0 comments on commit cebd57d

Please sign in to comment.