summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2023-09-27 12:03:24 -0500
committerBrent Baude <bbaude@redhat.com>2023-09-27 12:03:24 -0500
commit1ed940206e0f39887fc35943ab852387dec9f794 (patch)
tree732f893e6da7633080170b8f6765e7adc81ab085
parenta9e95ca57c5c7cd6a75e739027bf2eb9904e2bea (diff)
Release v1.8.0v1.8.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 ec82a21..59ed389 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aardvark-dns"
-version = "1.8.0-dev"
+version = "1.8.0"
dependencies = [
"anyhow",
"async-broadcast",
diff --git a/Cargo.toml b/Cargo.toml
index cff52a2..e51ca59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "aardvark-dns"
# This version specification right below is reused by .packit.sh to generate rpm version
-version = "1.8.0-dev"
+version = "1.8.0"
edition = "2018"
authors = ["github.com/containers"]
license = "Apache-2.0"