From 2075a0ce1251dc21d24f212509ad810eb7d7b3db Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 16 Feb 2025 15:36:15 +1300 Subject: [PATCH] Bump patch version. --- lib/rubydns/version.rb | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/rubydns/version.rb b/lib/rubydns/version.rb index 73018b1..4909cb6 100644 --- a/lib/rubydns/version.rb +++ b/lib/rubydns/version.rb @@ -4,5 +4,5 @@ # Copyright, 2009-2025, by Samuel Williams. module RubyDNS - VERSION = "2.1.0" + VERSION = "2.1.1" end diff --git a/readme.md b/readme.md index 45e4752..06e7735 100644 --- a/readme.md +++ b/readme.md @@ -6,9 +6,9 @@ RubyDNS is a high-performance DNS server which can be easily integrated into oth ## Usage -Please see the [project documentation](https://github.io/socketry/rubydns/) for more details. +Please see the [project documentation](https://socketry.github.io/rubydns/) for more details. - - [Getting Started](https://github.io/socketry/rubydns/guides/getting-started/index) - This guide explains how to get started running your own DNS server with RubyDNS. + - [Getting Started](https://socketry.github.io/rubydns/guides/getting-started/index) - This guide explains how to get started running your own DNS server with RubyDNS. ## See Also