Skip to content

Commit d4d4087

Browse files
committed
fix text
1 parent 13ec6d3 commit d4d4087

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/agent/src/aws_common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub fn app_name() -> AppName {
1717
}
1818

1919
pub fn behavior_version() -> BehaviorVersion {
20-
BehaviorVersion::v2025_01_17()
20+
BehaviorVersion::v2025_08_07()
2121
}
2222

2323
#[cfg(test)]

0 commit comments

Comments
 (0)