Skip to content

Commit 14174f0

Browse files
authored
Merge pull request #1650 from microsoftgraph/fix/release
Trigger latest release
2 parents 24b733f + 708513c commit 14174f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/core/CoreConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private static class VersionValues {
1919
private static final int MINOR = 1;
2020
// x-release-please-end
2121
// x-release-please-start-patch
22-
private static final int PATCH = 13;
22+
private static final int PATCH = 14;
2323
// x-release-please-end
2424
}
2525

0 commit comments

Comments
 (0)