commit | b54005e16fd62cfe8e45979ce1c1d99a117c3cb8 | [log] [tgz] |
---|---|---|
author | Hyun Jae Moon <hyunjaemoon@google.com> | Tue Oct 31 23:13:24 2023 +0000 |
committer | Hyun Jae Moon <hyunjaemoon@google.com> | Tue Oct 31 23:13:24 2023 +0000 |
tree | 347f30ede4e863d113ec82cf9ec0c15487f954d6 | |
parent | a29136833ba3ab82be3bb7041ae6d12fd50930e7 [diff] |
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()