Version bump to 0.1.4

Change-Id: I8dae2904b0698bd7d4d353740bf442b69296f1ea
diff --git a/rust/cli/Cargo.toml b/rust/cli/Cargo.toml
index 33762f2..5e30812 100644
--- a/rust/cli/Cargo.toml
+++ b/rust/cli/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "netsim-cli"
-version = "0.1.3"
+version = "0.1.4"
 edition = "2021"
 build = "build.rs"
 
diff --git a/rust/daemon/Cargo.toml b/rust/daemon/Cargo.toml
index 70169de..aed7431 100644
--- a/rust/daemon/Cargo.toml
+++ b/rust/daemon/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "netsim-daemon"
-version = "0.1.3"
+version = "0.1.4"
 edition = "2021"
 build = "build.rs"
 
diff --git a/rust/daemon/src/version.rs b/rust/daemon/src/version.rs
index 7f00417..53015e2 100644
--- a/rust/daemon/src/version.rs
+++ b/rust/daemon/src/version.rs
@@ -14,7 +14,7 @@
 
 /// Version library.
 
-pub const VERSION: &str = "0.1.3";
+pub const VERSION: &str = "0.1.4";
 
 pub fn get_version() -> String {
     VERSION.to_owned()