summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2024-01-31 13:53:48 -0600
committerBrent Baude <bbaude@redhat.com>2024-01-31 13:53:48 -0600
commit664637b12ab9ce96247fa907265171289cf0d501 (patch)
treecbdea6bb20b102114b0fb90957be6fdcdd83cae5
parent8e530521be2663224519e615a1c14274bfaf3fb3 (diff)
Release v1.10.2v1.10.2
Signed-off-by: Brent Baude <bbaude@redhat.com>
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3fa7fb2..54bc9b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1335,7 +1335,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "netavark"
-version = "1.10.1"
+version = "1.10.2"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 6d1b696..d870e4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netavark"
-version = "1.10.1"
+version = "1.10.2"
edition = "2021"
authors = ["github.com/containers"]
license = "Apache-2.0"