diff --git a/Cargo.lock b/Cargo.lock index 3264cbe5..a09465c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "afterburn" -version = "4.1.1-alpha.0" +version = "4.1.1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 02414c72..2a46146a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" authors = [ "Stephen Demos ", "Luca Bruno " ] description = "A simple cloud provider agent" -version = "4.1.1-alpha.0" +version = "4.1.1" [[bin]] name = "afterburn"