diff --git a/Cargo.lock b/Cargo.lock index ee4d52f3..cc63082f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,8 +1,10 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "afterburn" -version = "5.1.1-alpha.0" +version = "5.2.0" dependencies = [ "anyhow", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 4f71b0ba..e5b3dc30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ exclude = ["/.cci.jenkinsfile", "/.github", "/.gitignore"] authors = [ "Stephen Demos ", "Luca Bruno " ] description = "A simple cloud provider agent" -version = "5.1.1-alpha.0" +version = "5.2.0" [package.metadata.release] sign-commit = true