Skip to content

Commit

Permalink
Bump for Beta 22 RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Oct 21, 2024
1 parent 0c6076a commit 7337dcb
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions 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 rita_bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rita_bin"
version = "0.22.3"
version = "0.22.4"
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.22.3"
version = "0.22.4"
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.22.3"
version = "0.22.4"
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 @@ -7,7 +7,7 @@ use actix_web_async::HttpResponse;
use clarity::Address;
use num256::{Int256, Uint256};

pub static READABLE_VERSION: &str = "Beta 22 RC3";
pub static READABLE_VERSION: &str = "Beta 22 RC4";

#[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.22.3"
version = "0.22.4"
edition = "2018"
license = "Apache-2.0"

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

Expand Down

0 comments on commit 7337dcb

Please sign in to comment.