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.
2 parents 2e374d8 + 1b0caef commit fe78afeCopy full SHA for fe78afe
gradle.properties
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
25
mavenArtifactId = microsoft-graph-core
26
mavenMajorVersion = 2
27
mavenMinorVersion = 0
28
-mavenPatchVersion = 12
+mavenPatchVersion = 13
29
mavenArtifactSuffix =
30
31
#These values are used to run functional tests
src/main/java/com/microsoft/graph/httpcore/TelemetryHandler.java
@@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{
/**
* Current SDK version
*/
- public static final String VERSION = "v2.0.12";
+ public static final String VERSION = "v2.0.13";
* Verion prefix
0 commit comments