summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2023-06-28 08:06:58 -0500
committerBrent Baude <bbaude@redhat.com>2023-06-28 08:06:58 -0500
commitd27d3b39b519d4a2db3ae322c0d62846772a8624 (patch)
tree3b1b4e54b10a61484927736e5f2f0300a0f18e8d
parentb6a270b48b3d5d187d3e881d7c38f5300d97104b (diff)
release v1.7.0v1.7.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 1ea86fd..8d9d374 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aardvark-dns"
-version = "1.7.0-dev"
+version = "1.7.0"
dependencies = [
"anyhow",
"async-broadcast",
diff --git a/Cargo.toml b/Cargo.toml
index 763a39d..46228e0 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.7.0-dev"
+version = "1.7.0"
edition = "2018"
authors = ["github.com/containers"]
license = "Apache-2.0"