Bump version to 1.56.1-SNAPSHOT
diff --git a/examples/example-xds/build.gradle b/examples/example-xds/build.gradle
index a81c50c..5ee162b 100644
--- a/examples/example-xds/build.gradle
+++ b/examples/example-xds/build.gradle
@@ -22,7 +22,7 @@
// Feel free to delete the comment at the next line. It is just for safely
// updating the version in our release process.
-def grpcVersion = '1.56.0' // CURRENT_GRPC_VERSION
+def grpcVersion = '1.56.1-SNAPSHOT' // CURRENT_GRPC_VERSION
def protocVersion = '3.22.3'
dependencies {