aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyun Jae Moon <hyunjaemoon@google.com>2023-12-15 20:28:37 +0000
committerHyun Jae Moon <hyunjaemoon@google.com>2023-12-15 20:28:37 +0000
commit8d86a1bf0b4cbd2f34b2f0804db7bbfd966c5be4 (patch)
tree1d7cfdb6ebdf20c18b066d2b91848da7b604f0b6
parentec216f7e95dfb31eb73bbf468fb6fbda33a4f201 (diff)
downloadnetsim-8d86a1bf0b4cbd2f34b2f0804db7bbfd966c5be4.tar.gz
Version Bump to 0.2.3
This will match Canary 34.2.2 Change-Id: I13aeb2800ed364d5cac5ca08349c77f2f38bc609
-rw-r--r--rust/cli/Cargo.toml2
-rw-r--r--rust/daemon/Cargo.toml2
-rw-r--r--rust/daemon/src/version.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/rust/cli/Cargo.toml b/rust/cli/Cargo.toml
index 553c8a8..3df2f83 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 dc490b4..6b970dd 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 bb9e584..2a0cbc9 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()