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 98cded4 commit fe5a6e0Copy full SHA for fe5a6e0
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 = "5.20.0";
+ public static final String VERSION_NAME = "5.21.0";
22
}
23
24
0 commit comments