Skip to content

Commit

Permalink
Merge pull request #204 from doyoubi/BumpVersion
Browse files Browse the repository at this point in the history
Bump version to 0.3.1-alpha.0
  • Loading branch information
doyoubi authored Jul 6, 2020
2 parents f5329c4 + 1c095db commit 466c43a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "undermoon"
version = "0.3.0"
version = "0.3.1-alpha.0"
authors = ["doyoubi"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/common/version.rs
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit 466c43a

Please sign in to comment.