Skip to content

Commit a3aac41

Browse files
committed
Bump version
1 parent 747366c commit a3aac41

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
// Include the sdk as a dependency
2323
// x-release-please-start-version
24-
implementation 'com.microsoft.graph:microsoft-graph:6.6.0'
24+
implementation 'com.microsoft.graph:microsoft-graph:6.7.0'
2525
// x-release-please-end
2626
// This dependency is only needed if you are using a TokenCredential object for authentication
2727
implementation 'com.azure:azure-identity:1.11.0'
@@ -125,3 +125,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
125125

126126

127127

128+

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph
2929
mavenMajorVersion = 6
3030
# x-release-please-end
3131
# x-release-please-start-minor
32-
mavenMinorVersion = 6
32+
mavenMinorVersion = 7
3333
# x-release-please-end
3434
# x-release-please-start-patch
3535
mavenPatchVersion = 0
@@ -132,5 +132,6 @@ mavenCentralPublishingEnabled=true
132132

133133

134134

135+
135136

136137

src/main/java/com/microsoft/graph/info/Constants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
public final class Constants {
55
/** The SDK version */
66
// x-release-please-start-version
7-
public static final String VERSION_NAME = "6.6.0";
7+
public static final String VERSION_NAME = "6.7.0";
88
// x-release-please-end
99
}
1010

11+

0 commit comments

Comments
 (0)