Skip to content

Commit

Permalink
Bump for Beta 19rc13
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Jun 26, 2022
1 parent af81864 commit 3e4574b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rita_bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_bin"
version = "0.19.12"
version = "0.19.13"
edition = "2018"
license = "Apache-2.0"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion rita_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_client"
version = "0.19.12"
version = "0.19.13"
edition = "2018"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rita_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_common"
version = "0.19.12"
version = "0.19.13"
edition = "2018"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rita_common/src/dashboard/own_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use actix_web_async::HttpResponse;
use clarity::Address;
use num256::{Int256, Uint256};

pub static READABLE_VERSION: &str = "Beta 19 RC12";
pub static READABLE_VERSION: &str = "Beta 19 RC13";

#[derive(Serialize)]
pub struct OwnInfo {
Expand Down
2 changes: 1 addition & 1 deletion rita_exit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_exit"
version = "0.19.11"
version = "0.19.13"
edition = "2018"
license = "Apache-2.0"

Expand Down

0 comments on commit 3e4574b

Please sign in to comment.