summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2024-09-23 17:32:05 +0200
committerPaul Holzinger <pholzing@redhat.com>2024-09-23 17:32:05 +0200
commit3d0fec1eb11bfe722ed645c5717425195d4d481f (patch)
tree6649b16ab72461e0573c3f82801db409bf6d4a18
parent20979959af5e83559115a5b145d3fe1ddc1946f8 (diff)
Release v1.10.1-rhelv1.10.1-rhel
New rhel release for https://issues.redhat.com/browse/RHEL-59129 https://issues.redhat.com/browse/ACCELFIX-287 Signed-off-by: Paul Holzinger <pholzing@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 1efc437..f06eb91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aardvark-dns"
-version = "1.10.0"
+version = "1.10.1-rhel"
dependencies = [
"anyhow",
"arc-swap",
diff --git a/Cargo.toml b/Cargo.toml
index f854dfe..6639037 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.10.0"
+version = "1.10.1-rhel"
edition = "2018"
authors = ["github.com/containers"]
license = "Apache-2.0"