Skip to content

Commit

Permalink
v25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed May 17, 2024
1 parent ad96f7d commit 460d18c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies/osmosis
Submodule osmosis updated 135 files
2 changes: 1 addition & 1 deletion packages/osmosis-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "osmosis-std"
repository = "https://github.com/osmosis-labs/osmosis-rust/"
version = "0.24.0"
version = "0.25.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion packages/osmosis-std/src/types/OSMOSIS_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main
v25.0.0
2 changes: 1 addition & 1 deletion packages/proto-build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use proto_build::{
const COSMOS_SDK_REV: &str = "v0.47.5-osmo";

/// The osmosis commit or tag to be cloned and used to build the proto files
const OSMOSIS_REV: &str = "main";
const OSMOSIS_REV: &str = "v25.0.0";

/// The wasmd commit or tag to be cloned and used to build the proto files
const WASMD_REV: &str = "v0.45.0-osmo";
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-build/src/main.rs--
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use proto_build::{
const COSMOS_SDK_REV: &str = "v0.47.5-osmo";

/// The osmosis commit or tag to be cloned and used to build the proto files
const OSMOSIS_REV: &str = "main";
const OSMOSIS_REV: &str = "v25.0.0";

/// The wasmd commit or tag to be cloned and used to build the proto files
const WASMD_REV: &str = "v0.45.0-osmo";
Expand Down

0 comments on commit 460d18c

Please sign in to comment.