From 87ab2e79be38773d1934dd8f59cdcdf6e1090344 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Mon, 22 Jul 2019 10:19:09 +0000 Subject: [PATCH] cargo: Afterburn release 4.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24e9a61b..16aa0b08 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.2-alpha.0" +version = "4.1.2" 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 209e2004..7a476283 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.2-alpha.0" +version = "4.1.2" [[bin]] name = "afterburn"