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.
1 parent 24b733f commit 708513cCopy full SHA for 708513c
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