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 60e8777 commit c8d4a1fCopy full SHA for c8d4a1f
src/main/java/com/microsoft/graph/info/Constants.java
@@ -18,7 +18,7 @@ private Constants() {
18
/** The client secret to use for unit testing */
19
public static final String CLIENTSECRET = "clientsecret";
20
/** The SDK version */
21
- public static final String VERSION_NAME = "4.3.0";
+ public static final String VERSION_NAME = "5.0.0";
22
}
23
24
0 commit comments