summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2024-08-01 12:32:57 -0500
committerBrent Baude <bbaude@redhat.com>2024-08-01 12:39:10 -0500
commit95aeb560bc7510f20761123c6c713d7376dd4477 (patch)
tree3c29158f6ed9030330048ae98ead407ff1b19394
parente6847a3f9ff2e86ca839bc3749893b4b0bf77ff6 (diff)
Release v1.12.1v1.12.1
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 7523d37..71b3708 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aardvark-dns"
-version = "1.13.0-dev"
+version = "1.12.1"
dependencies = [
"arc-swap",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 03a618c..f459957 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.13.0-dev"
+version = "1.12.1"
edition = "2018"
authors = ["github.com/containers"]
license = "Apache-2.0"