diff --git a/README.md b/README.md
index 1116305e892..c144bf292f3 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ repositories {
dependencies {
// Include the sdk as a dependency
// x-release-please-start-version
- implementation 'com.microsoft.graph:microsoft-graph:6.6.0'
+ implementation 'com.microsoft.graph:microsoft-graph:6.6.1-SNAPSHOT'
// x-release-please-end
// This dependency is only needed if you are using a TokenCredential object for authentication
implementation 'com.azure:azure-identity:1.11.0'
@@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
com.microsoft.graph
microsoft-graph
- 6.6.0
+ 6.6.1-SNAPSHOT
diff --git a/gradle.properties b/gradle.properties
index 3cb5da81c90..99909ba9946 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -32,7 +32,7 @@ mavenMajorVersion = 6
mavenMinorVersion = 6
# x-release-please-end
# x-release-please-start-patch
-mavenPatchVersion = 0
+mavenPatchVersion = 1
# x-release-please-end
mavenArtifactSuffix =
diff --git a/pom.xml b/pom.xml
index 8455701be4e..4bc9db6dfe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graph
microsoft-graph
- 6.1.0
+ 6.6.1-SNAPSHOT
pom
diff --git a/src/main/java/com/microsoft/graph/info/Constants.java b/src/main/java/com/microsoft/graph/info/Constants.java
index 62059f7adad..fc213666125 100644
--- a/src/main/java/com/microsoft/graph/info/Constants.java
+++ b/src/main/java/com/microsoft/graph/info/Constants.java
@@ -4,7 +4,7 @@
public final class Constants {
/** The SDK version */
// x-release-please-start-version
- public static final String VERSION_NAME = "6.6.0";
+ public static final String VERSION_NAME = "6.6.1-SNAPSHOT";
// x-release-please-end
}