Skip to content

Commit

Permalink
Bump the Version to v20.0.1
Browse files Browse the repository at this point in the history
Summary: Bump the version to release a new version with the bug fix.

Reviewed By: yoongyj, liliarizona

Differential Revision: D61582701

fbshipit-source-id: 1e44ecadc8b78f62ae9752c61196c904850839a3
  • Loading branch information
stcheng authored and facebook-github-bot committed Aug 21, 2024
1 parent 83e38d3 commit e1a3866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FacebookAds/ApiConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
namespace FacebookAds;
class ApiConfig {
const APIVersion = '20.0';
const SDKVersion = '20.0.0';
const SDKVersion = '20.0.1';
const TYPE_CHECKER_STRICT_MODE = false;
}

0 comments on commit e1a3866

Please sign in to comment.