From 8bb480684adede6b30aa57541fc3bebe7ec8228f Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 29 Oct 2024 10:07:47 -0500 Subject: [PATCH] Release v1.13.0 Signed-off-by: Brent Baude --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2546e5a1..b2ba8513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aardvark-dns" -version = "1.13.0-dev" +version = "1.13.0" dependencies = [ "arc-swap", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0506342c..ffc3b40a 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.13.0" edition = "2018" authors = ["github.com/containers"] license = "Apache-2.0"