Version Bump to 0.3.30
Change-Id: I413fdb4d542f518d897af1503127abe9fa288ca6
diff --git a/rust/cli/Cargo.toml b/rust/cli/Cargo.toml
index c6a3ec4..829b0c9 100644
--- a/rust/cli/Cargo.toml
+++ b/rust/cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netsim-cli"
-version = "0.3.29"
+version = "0.3.30"
edition = "2021"
build = "build.rs"
diff --git a/rust/common/Cargo.toml b/rust/common/Cargo.toml
index 42d4336..fa79677 100644
--- a/rust/common/Cargo.toml
+++ b/rust/common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netsim-common"
-version = "0.3.29"
+version = "0.3.30"
edition = "2021"
[lib]
diff --git a/rust/daemon/Cargo.toml b/rust/daemon/Cargo.toml
index 8dced09..ec447da 100644
--- a/rust/daemon/Cargo.toml
+++ b/rust/daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netsim-daemon"
-version = "0.3.29"
+version = "0.3.30"
edition = "2021"
build = "build.rs"
diff --git a/rust/daemon/src/version.rs b/rust/daemon/src/version.rs
index 4e81624..050628b 100644
--- a/rust/daemon/src/version.rs
+++ b/rust/daemon/src/version.rs
@@ -14,7 +14,7 @@
/// Version library.
-pub const VERSION: &str = "0.3.29";
+pub const VERSION: &str = "0.3.30";
pub fn get_version() -> String {
VERSION.to_owned()