Skip to content

Commit

Permalink
bump php sdk version by 0.0.1
Browse files Browse the repository at this point in the history
Summary: as titled

Reviewed By: stcheng, satwikareddy3

Differential Revision: D64510329

fbshipit-source-id: e006b90dd6328f41849ad63252ce592e684b4558
  • Loading branch information
Li Li (AXP) authored and facebook-github-bot committed Oct 17, 2024
1 parent bd8fbf1 commit 3ec36fd
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 = '21.0';
const SDKVersion = '21.0.0';
const SDKVersion = '21.0.1';
const TYPE_CHECKER_STRICT_MODE = false;
}

0 comments on commit 3ec36fd

Please sign in to comment.