From 1c095dbe2776a4b1ae5894e3ec6e59e5b28704b7 Mon Sep 17 00:00:00 2001 From: doyoubi Date: Mon, 6 Jul 2020 19:28:24 +0800 Subject: [PATCH] Bump version to 0.3.1-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/common/version.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ee4295b..f6b0a73d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2181,7 +2181,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "undermoon" -version = "0.3.0" +version = "0.3.1-alpha.0" dependencies = [ "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cc10d34d..df00fb16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "undermoon" -version = "0.3.0" +version = "0.3.1-alpha.0" authors = ["doyoubi"] edition = "2018" diff --git a/src/common/version.rs b/src/common/version.rs index 85a4d4e6..d3b1d545 100644 --- a/src/common/version.rs +++ b/src/common/version.rs @@ -1,3 +1,3 @@ -pub const UNDERMOON_VERSION: &str = "0.3.0"; +pub const UNDERMOON_VERSION: &str = "0.3.1-alpha.0"; pub const UNDERMOON_MIGRATION_VERSION: &str = "mgr-0.2"; pub const UNDERMOON_MEM_BROKER_META_VERSION: &str = "mem-broker-0.2";