File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/java/com/microsoft/graph/httpcore Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525mavenArtifactId = microsoft-graph-core
2626mavenMajorVersion = 2
2727mavenMinorVersion = 0
28- mavenPatchVersion = 0
28+ mavenPatchVersion = 1
2929mavenArtifactSuffix =
3030
3131# These values are used to run functional tests
Original file line number Diff line number Diff line change 88
99 <groupId >com.microsoft.graph</groupId >
1010 <artifactId >microsoft-graph-core</artifactId >
11- <version >2.0.0 </version >
11+ <version >2.0.1 </version >
1212 <packaging >pom</packaging >
1313
1414 <properties >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020
2121dependencies {
2222 // Include the sdk as a dependency
23- implementation 'com.microsoft.graph:microsoft-graph-core:2.0.0 '
23+ implementation 'com.microsoft.graph:microsoft-graph-core:2.0.1 '
2424}
2525```
2626
@@ -32,7 +32,7 @@ Add the dependency in `dependencies` in pom.xml
3232<dependency >
3333 <groupId >com.microsoft.graph</groupId >
3434 <artifactId >microsoft-graph-core</artifactId >
35- <version >2.0.0 </version >
35+ <version >2.0.1 </version >
3636</dependency >
3737```
3838
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class TelemetryHandler implements Interceptor{
2525 /**
2626 * Current SDK version
2727 */
28- public static final String VERSION = "v2.0.0 " ;
28+ public static final String VERSION = "v2.0.1 " ;
2929 /**
3030 * Verion prefix
3131 */
You can’t perform that action at this time.
0 commit comments