summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2024-05-30 09:16:50 -0500
committerBrent Baude <bbaude@redhat.com>2024-05-30 09:16:50 -0500
commit666d7b15b28ea913295b02b756c0a778a4f9b341 (patch)
treeed61211818601b7a7cd2a3e7a02ac98bd2d74ddd
parent802a5de2061981f7da6c5427b56c51409b48d383 (diff)
Release v1.11.0v1.11.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 be32722..24d701d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aardvark-dns"
-version = "1.11.0-dev"
+version = "1.11.0"
dependencies = [
"anyhow",
"arc-swap",
diff --git a/Cargo.toml b/Cargo.toml
index 151ef70..4329c3a 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.11.0-dev"
+version = "1.11.0"
edition = "2018"
authors = ["github.com/containers"]
license = "Apache-2.0"