Skip to content

Commit

Permalink
Merge pull request #149 from doyoubi/BumpVersion
Browse files Browse the repository at this point in the history
Bump version to 0.3.0-alpha.2
  • Loading branch information
doyoubi authored Apr 12, 2020
2 parents dcf3b58 + 19ea2ec commit d4d57ff
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-alpha.1"
version = "0.3.0-alpha.2"
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-alpha.1";
pub const UNDERMOON_VERSION: &str = "0.3.0-alpha.2";
pub const UNDERMOON_MIGRATION_VERSION: &str = "mgr-0.2";
pub const UNDERMOON_MEM_BROKER_META_VERSION: &str = "mem-broker-0.1";

0 comments on commit d4d57ff

Please sign in to comment.