Skip to content

Commit

Permalink
Merge pull request #1415 from microsoftgraph/fix/ci
Browse files Browse the repository at this point in the history
Fix filepath in script to bump SDK version
  • Loading branch information
Ndiritu authored Nov 28, 2023
2 parents 83f3c35 + 7a750cb commit 33e36b5
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 33e36b5

Please sign in to comment.