summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2024-08-01 09:01:04 -0500
committerBrent Baude <bbaude@redhat.com>2024-08-01 09:01:15 -0500
commit8cfe0a67719fd9a658457af92fef2f0f6b80d388 (patch)
treeef37d43a28ef769790ad228d4c3cc36719524c16
parenta7ceaf5c27899447e2e5a2f2743676bc65c67c8e (diff)
Release 1.12.0v1.12.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 fcf42b3..773af2b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aardvark-dns"
-version = "1.12.0-dev"
+version = "1.12.0"
dependencies = [
"arc-swap",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 5cc1a7e..06cf1d6 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.12.0-dev"
+version = "1.12.0"
edition = "2018"
authors = ["github.com/containers"]
license = "Apache-2.0"