From 7b6cc44e172705c77a605afc221bfcc9d82482eb Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 29 Dec 2023 02:50:19 +0100 Subject: [PATCH] Release Candidate 1.1.2-rc.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b657ea..5139efa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "cloudflare-dns-updater" -version = "1.1.2-rc.1" +version = "1.1.2-rc.2" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index bf6a7ea..93b27be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "cloudflare-dns-updater" -version = "1.1.2-rc.1" +version = "1.1.2-rc.2" edition = "2021" description = "Application for automatically updating Cloudflare DNS records" license = "GPL-3.0-or-later"