From 8391996d07937c5779a41bb56808d3df79220f72 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 7 Jan 2024 18:49:08 -0500 Subject: [PATCH] Version 0.1.10 Signed-off-by: Andrew Gunnerson --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05176c4..920c2c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "ddns-updater" -version = "0.1.9" +version = "0.1.10" dependencies = [ "clap", "gethostname", diff --git a/Cargo.toml b/Cargo.toml index 298da83..dc202db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A simple RFC 2136 dynamic DNS updater" repository = "https://github.com/chenxiaolong/ddns-updater" readme = "README.md" license = "GPL-3.0" -version = "0.1.9" +version = "0.1.10" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html