We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94c604 commit 9e52f92Copy full SHA for 9e52f92
tools/ci-build/publisher/src/subcommand/upgrade_runtime_crates_version.rs
@@ -28,7 +28,7 @@ pub async fn subcommand_upgrade_runtime_crates_version(
28
let fs = Fs::Real;
29
let gradle_properties = read_gradle_properties(fs, &args.gradle_properties_path).await?;
30
let version_regex =
31
- Regex::new(r"(?P<field>smithy\.rs\.runtime\.crate\.version=)(?P<version>\d+\.\d+\.\d+-.*)")
+ Regex::new(r"(?P<field>smithy\.rs\.runtime\.crate\.version=)(?P<version>\d+\.\d+\.\d+.*)")
32
.unwrap();
33
let current_version = version_regex.captures(&gradle_properties).ok_or_else(|| {
34
anyhow!(
0 commit comments