diff --git a/Cargo.lock b/Cargo.lock index f845c58f..579bd74b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4643,7 +4643,7 @@ dependencies = [ [[package]] name = "orb-supervisor" -version = "0.5.0" +version = "0.5.1" dependencies = [ "clap", "color-eyre", diff --git a/supervisor/Cargo.toml b/supervisor/Cargo.toml index 27541548..f7cae82b 100644 --- a/supervisor/Cargo.toml +++ b/supervisor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orb-supervisor" -version = "0.5.0" +version = "0.5.1" description = "Privileged daemon that supervises the orb" authors = [ "Richard Janis Goldschmidt",