aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-27 20:03:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-27 20:03:55 +0000
commitd4826781ea7b142be8c54e61eb10027c5a388d60 (patch)
tree78dd07df5859d433d741b51424d69fb1ca32e59e
parent8b32790cb9dc7236fde77edd2d8f4db8e3a627de (diff)
parent68b1f67fc29e8dd35d57b2d499862b07a44d0fed (diff)
downloadnetsim-d4826781ea7b142be8c54e61eb10027c5a388d60.tar.gz
Snap for 11254987 from 68b1f67fc29e8dd35d57b2d499862b07a44d0fed to emu-34-2-release
Change-Id: Id0ce9c4cc9c25b6d2bd87f273e5083278f0137f3
-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 3df2f83..7c3ca84 100644
--- a/rust/cli/Cargo.toml
+++ b/rust/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netsim-cli"
-version = "0.2.3"
+version = "0.2.4"
edition = "2021"
build = "build.rs"
diff --git a/rust/daemon/Cargo.toml b/rust/daemon/Cargo.toml
index 6b970dd..16b4e13 100644
--- a/rust/daemon/Cargo.toml
+++ b/rust/daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netsim-daemon"
-version = "0.2.3"
+version = "0.2.4"
edition = "2021"
build = "build.rs"
diff --git a/rust/daemon/src/version.rs b/rust/daemon/src/version.rs
index 2a0cbc9..e8a0175 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.3";
+pub const VERSION: &str = "0.2.4";
pub fn get_version() -> String {
VERSION.to_owned()