summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2024-08-01 15:45:40 -0500
committerBrent Baude <bbaude@redhat.com>2024-08-01 15:45:40 -0500
commita4e1359ee7fa036db2712f495d4afc95c63a32d8 (patch)
treeb5b7227c59d203b135d370077d2ed2a672970a2f
parent8b6117dae708af6fc6ffc3218478f5ce02864147 (diff)
Release v1.12.1v1.12.1
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 3cd6d97..58398bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1359,7 +1359,7 @@ checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
[[package]]
name = "netavark"
-version = "1.13.0-dev"
+version = "1.12.1"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index f7802ec..30952ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netavark"
-version = "1.13.0-dev"
+version = "1.12.1"
edition = "2021"
authors = ["github.com/containers"]
license = "Apache-2.0"