Skip to content

Commit 00ee394

Browse files
Update CoreConstants.java
3.1.3
1 parent 37b948b commit 00ee394

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
@@ -14,7 +14,7 @@ private CoreConstants() {}
1414
private static class VersionValues {
1515
private static final int MAJOR = 3;
1616
private static final int MINOR = 1;
17-
private static final int PATCH = 2;
17+
private static final int PATCH = 3;
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)