diff --git a/README.md b/README.md
index 3542e41b..b503aede 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
com.authzed.api
authzed
- v1.0.0
+ v1.1.0
io.grpc
diff --git a/build.gradle b/build.gradle
index 812478f6..b562aed0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -85,7 +85,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
def grpcVersion = "1.68.0"
def protocVersion = "4.28.2"
-def authzedProtoCommit = "v1.37.0"
+def authzedProtoCommit = "v1.38.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""