diff --git a/rd-agent-intf/Cargo.toml b/rd-agent-intf/Cargo.toml index 30726618..604dbb73 100644 --- a/rd-agent-intf/Cargo.toml +++ b/rd-agent-intf/Cargo.toml @@ -1,7 +1,7 @@ # Copyright (c) Facebook, Inc. and its affiliates [package] name = "rd-agent-intf" -version = "2.0.0" +version = "2.1.0" authors = ["Tejun Heo "] edition = "2018" license = "Apache-2.0" diff --git a/rd-agent/Cargo.toml b/rd-agent/Cargo.toml index 4327a7dd..7ee38943 100644 --- a/rd-agent/Cargo.toml +++ b/rd-agent/Cargo.toml @@ -1,7 +1,7 @@ # Copyright (c) Facebook, Inc. and its affiliates [package] name = "rd-agent" -version = "2.0.0" +version = "2.1.0" authors = ["Tejun Heo "] edition = "2018" license = "Apache-2.0" diff --git a/rd-hashd-intf/Cargo.toml b/rd-hashd-intf/Cargo.toml index 63dcc986..42a046a4 100644 --- a/rd-hashd-intf/Cargo.toml +++ b/rd-hashd-intf/Cargo.toml @@ -1,7 +1,7 @@ # Copyright (c) Facebook, Inc. and its affiliates [package] name = "rd-hashd-intf" -version = "2.0.0" +version = "2.1.0" authors = ["Tejun Heo "] edition = "2018" license = "Apache-2.0" diff --git a/rd-hashd/Cargo.toml b/rd-hashd/Cargo.toml index 8d1a785f..59037146 100644 --- a/rd-hashd/Cargo.toml +++ b/rd-hashd/Cargo.toml @@ -1,7 +1,7 @@ # Copyright (c) Facebook, Inc. and its affiliates [package] name = "rd-hashd" -version = "2.0.0" +version = "2.1.0" authors = ["Tejun Heo "] edition = "2018" license = "Apache-2.0" diff --git a/rd-util/Cargo.toml b/rd-util/Cargo.toml index 4b53cda7..37e4c91c 100644 --- a/rd-util/Cargo.toml +++ b/rd-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rd-util" -version = "2.0.0" +version = "2.1.0" authors = ["Tejun Heo "] edition = "2018" license = "Apache-2.0" diff --git a/resctl-bench-intf/Cargo.toml b/resctl-bench-intf/Cargo.toml index a39b6099..72cd3c7f 100644 --- a/resctl-bench-intf/Cargo.toml +++ b/resctl-bench-intf/Cargo.toml @@ -1,7 +1,7 @@ # Copyright (c) Facebook, Inc. and its affiliates [package] name = "resctl-bench-intf" -version = "2.0.0" +version = "2.1.0" authors = ["Tejun Heo "] edition = "2018" license = "Apache-2.0" diff --git a/resctl-bench/Cargo.toml b/resctl-bench/Cargo.toml index c28c1072..6b84db6c 100644 --- a/resctl-bench/Cargo.toml +++ b/resctl-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resctl-bench" -version = "2.0.0" +version = "2.1.0" authors = ["Tejun Heo "] edition = "2018" license = "Apache-2.0" diff --git a/resctl-demo/Cargo.toml b/resctl-demo/Cargo.toml index a389b4c4..6a3bc6ea 100644 --- a/resctl-demo/Cargo.toml +++ b/resctl-demo/Cargo.toml @@ -1,7 +1,7 @@ # Copyright (c) Facebook, Inc. and its affiliates [package] name = "resctl-demo" -version = "2.0.0" +version = "2.1.0" authors = ["Tejun Heo "] edition = "2018" license = "Apache-2.0"