Skip to content

Commit

Permalink
Fix filepath in script to bump SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Nov 28, 2023
1 parent 83f3c35 commit 7a750cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/BumpStableSdkVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include_once 'SdkVersionUtils.php';

const GRAPH_CONSTANTS_FILEPATH = "./src/Core/GraphConstants.php";
const GRAPH_CONSTANTS_FILEPATH = "./src/GraphConstants.php";

$packagistVersion = getLatestPackagistVersion();
if (!$packagistVersion) {
Expand Down
2 changes: 1 addition & 1 deletion src/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
final class GraphConstants
{
const API_VERSION = "v1.0";
const SDK_VERSION = "2.0.0";
const SDK_VERSION = "2.1.0";
}

0 comments on commit 7a750cb

Please sign in to comment.