From 8d86a1bf0b4cbd2f34b2f0804db7bbfd966c5be4 Mon Sep 17 00:00:00 2001 From: Hyun Jae Moon Date: Fri, 15 Dec 2023 20:28:37 +0000 Subject: Version Bump to 0.2.3 This will match Canary 34.2.2 Change-Id: I13aeb2800ed364d5cac5ca08349c77f2f38bc609 --- rust/cli/Cargo.toml | 2 +- rust/daemon/Cargo.toml | 2 +- rust/daemon/src/version.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/cli/Cargo.toml b/rust/cli/Cargo.toml index 553c8a86..3df2f833 100644 --- a/rust/cli/Cargo.toml +++ b/rust/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netsim-cli" -version = "0.2.2" +version = "0.2.3" edition = "2021" build = "build.rs" diff --git a/rust/daemon/Cargo.toml b/rust/daemon/Cargo.toml index dc490b4c..6b970dd0 100644 --- a/rust/daemon/Cargo.toml +++ b/rust/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netsim-daemon" -version = "0.2.2" +version = "0.2.3" edition = "2021" build = "build.rs" diff --git a/rust/daemon/src/version.rs b/rust/daemon/src/version.rs index bb9e584d..2a0cbc9d 100644 --- a/rust/daemon/src/version.rs +++ b/rust/daemon/src/version.rs @@ -14,7 +14,7 @@ /// Version library. -pub const VERSION: &str = "0.2.2"; +pub const VERSION: &str = "0.2.3"; pub fn get_version() -> String { VERSION.to_owned() -- cgit v1.2.3