Skip to content

Commit

Permalink
Version debump
Browse files Browse the repository at this point in the history
  • Loading branch information
BitGrin committed Feb 7, 2019
1 parent 76ac209 commit 9059a58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitgrin"
version = "1.0.0"
version = "0.0.9"
authors = ["BitGrin Developers <mimblewimble@lists.launchpad.net>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/bitgrin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fn log_build_info() {
}

fn main() {
println!("BitGrin v1.0.0");
println!("BitGrin v0.0.9");
let exit_code = real_main();
std::process::exit(exit_code);
}
Expand Down
2 changes: 1 addition & 1 deletion src/bin/bitgrin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bitgrin
version: "1.0.0"
version: "0.0.9"
about: Lightweight implementation of the MimbleWimble protocol.
author: The BitGrin Team

Expand Down

0 comments on commit 9059a58

Please sign in to comment.