summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2023-11-20 13:51:19 -0600
committerBrent Baude <bbaude@redhat.com>2023-11-20 13:51:19 -0600
commit1ac690051d5ba3a6dbc5898b931f7175a9d8e7ac (patch)
treec12ea851901800c37edc7bfdcb2e821aeef89b76
parentd688bdcce17ac167e271f3509d5e4b7fa9cd628c (diff)
v1.9.0 Releasev1.9.0
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 d62e771..4cea7d6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1336,7 +1336,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "netavark"
-version = "1.9.0-dev"
+version = "1.9.0"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 5ff8920..9935fc5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netavark"
-version = "1.9.0-dev"
+version = "1.9.0"
edition = "2021"
authors = ["github.com/containers"]
license = "Apache-2.0"