We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24b733f + 708513c commit 14174f0Copy full SHA for 14174f0
src/main/java/com/microsoft/graph/core/CoreConstants.java
@@ -19,7 +19,7 @@ private static class VersionValues {
19
private static final int MINOR = 1;
20
// x-release-please-end
21
// x-release-please-start-patch
22
- private static final int PATCH = 13;
+ private static final int PATCH = 14;
23
24
}
25
0 commit comments