From 6035b6d098ad5385c3e284dca6ea059c4ed99865 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 21 Jan 2020 09:12:18 +0000 Subject: [PATCH] cargo: Afterburn release 4.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fd46c37..ea896225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "afterburn" -version = "4.3.1-alpha.0" +version = "4.3.1" dependencies = [ "base64 0.11.0 (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 cebe18c9..0a8ac256 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.3.1-alpha.0" +version = "4.3.1" [package.metadata.release] sign-commit = true