From adf98a3893cd1878835043847d65d08bf00d93be Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot <97246200+aws-sdk-rust-ci@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:22:27 +0000 Subject: [PATCH] Cut 0.52.0 release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2d45a4145..319485872 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ rust.msrv=1.62.1 org.gradle.jvmargs=-Xmx1024M # Version number to use for the generated runtime crates -smithy.rs.runtime.crate.version=0.51.0 +smithy.rs.runtime.crate.version=0.52.0 kotlin.code.style=official -- GitLab