diff --git a/Cargo.lock b/Cargo.lock index 7a09a30..2e0cc92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "edera-sprout" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index bc633c4..904fed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "edera-sprout" description = "Modern UEFI bootloader" license = "Apache-2.0" -version = "0.0.16" +version = "0.0.17" homepage = "https://sprout.edera.dev" repository = "https://github.com/edera-dev/sprout" edition = "2024"