Skip to content

Commit

Permalink
chore: change node version to 0.4.0 dev (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama authored Mar 10, 2024
1 parent aac83bb commit 01b38b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/papyrus_node/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ mod version_test;
const VERSION_MAJOR: u32 = 0;

/// Minor version component of the current release.
const VERSION_MINOR: u32 = 3;
const VERSION_MINOR: u32 = 4;

/// Patch version component of the current release.
const VERSION_PATCH: u32 = 0;

/// Version metadata to append to the version string.
/// Expected values are `dev` and `stable`.
#[allow(dead_code)]
const VERSION_META: Metadata = Metadata::Stable;
const VERSION_META: Metadata = Metadata::Dev;

/// Textual version string.
pub const VERSION: &str = version_str();
Expand Down

0 comments on commit 01b38b7

Please sign in to comment.