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 1813dcf commit 70cf3b1Copy full SHA for 70cf3b1
src/main/java/com/microsoft/graph/core/Constants.java
@@ -30,5 +30,5 @@ private Constants() {
30
public static final String PASSWORD = "password";
31
public static final String TENANTID = "tenantid";
32
public static final String CLIENTSECRET = "clientsecret";
33
- public static final String VERSION_NAME = "2.3.1";
+ public static final String VERSION_NAME = "2.3.2";
34
}
0 commit comments