Skip to content

Commit e8e5293

Browse files
committed
Bump for Beta 22 rc9
This bumps us for Web30 1.12.3 which resolves an issue with transaction simulations is caused by using gas price and limit multipliers
1 parent 13949b9 commit e8e5293

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rita_bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rita_bin"
3-
version = "0.22.8"
3+
version = "0.22.9"
44
edition = "2018"
55
license = "Apache-2.0"
66
build = "build.rs"

rita_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rita_client"
3-
version = "0.22.8"
3+
version = "0.22.9"
44
edition = "2018"
55
license = "Apache-2.0"
66

rita_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rita_common"
3-
version = "0.22.8"
3+
version = "0.22.9"
44
edition = "2018"
55
license = "Apache-2.0"
66

rita_common/src/dashboard/own_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use actix_web_async::HttpResponse;
77
use clarity::Address;
88
use num256::{Int256, Uint256};
99

10-
pub static READABLE_VERSION: &str = "Beta 22 RC8";
10+
pub static READABLE_VERSION: &str = "Beta 22 RC9";
1111

1212
#[derive(Serialize)]
1313
pub struct OwnInfo {

rita_exit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rita_exit"
3-
version = "0.22.8"
3+
version = "0.22.9"
44
edition = "2018"
55
license = "Apache-2.0"
66

rita_extender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rita_extender"
3-
version = "0.22.8"
3+
version = "0.22.9"
44
edition = "2018"
55
license = "Apache-2.0"
66

0 commit comments

Comments
 (0)