From 31ea931eba7d91acb9eed1071e11f030d590735e Mon Sep 17 00:00:00 2001 From: Julian Antonielli Date: Wed, 25 Jan 2023 14:54:16 +0000 Subject: [PATCH] Bump version to 0.54.1 in `gradle.properties` (#2249) Co-authored-by: Julian Antonielli Co-authored-by: AWS SDK Rust Bot <97246200+aws-sdk-rust-ci@users.noreply.github.com> --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3f8bd83df..7ffa3792e 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.54.0 +smithy.rs.runtime.crate.version=0.54.1 kotlin.code.style=official -- GitLab