File tree Expand file tree Collapse file tree
src/main/java/com/microsoft/graph/httpcore Expand file tree Collapse file tree 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 = 7
28+ mavenPatchVersion = 8
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.7 </version >
11+ <version >2.0.8 </version >
1212 <packaging >pom</packaging >
1313
1414 <properties >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class TelemetryHandler implements Interceptor{
2424 /**
2525 * Current SDK version
2626 */
27- public static final String VERSION = "v2.0.7 " ;
27+ public static final String VERSION = "v2.0.8 " ;
2828 /**
2929 * Verion prefix
3030 */
You can’t perform that action at this time.
0 commit comments