Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 committed Oct 6, 2024
1 parent c807e5d commit e3ce9bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "voltaire_bundler"
version = "v0.1.0-alpha.34"
version = "v0.1.0-alpha.35"
description = "EIP-4337 python Bundler"
authors = ["Candide Wallet Team"]
license = "LGPL"
Expand Down
4 changes: 2 additions & 2 deletions voltaire_p2p/p2p_network/voltaire_version/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
use target_info::Target;

pub const VERSION: &str = "Voltaire/v0.1.0a34";
pub const VERSION: &str = "Voltaire/v0.1.0a35";

/// Returns `VERSION`, but with platform information appended to the end.
///
/// ## Example
///
/// `Voltaire/v0.1.0a34/x86_64-linux`
/// `Voltaire/v0.1.0a35/x86_64-linux`
pub fn version_with_platform() -> String {
format!("{}/{}-{}", VERSION, Target::arch(), Target::os())
}

0 comments on commit e3ce9bf

Please sign in to comment.