diff --git a/Cargo.lock b/Cargo.lock index 965e46cb1..c4257171b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.1.0" +version = "1.1.2" dependencies = [ "anstream", "anstyle", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c50c250a4..015b489c7 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "bootc-lib" readme = "README.md" repository = "https://github.com/containers/bootc" -version = "1.1.0" +version = "1.1.2" # For now don't bump this above what is currently shipped in RHEL9; # also keep in sync with the version in cli. rust-version = "1.75.0"