From a6ad6f350d7607103c5591402fc1a28b900199ac Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 11 Nov 2024 12:06:59 +0900 Subject: [PATCH] [ruby/resolv] Bump up v0.5.0 https://github.com/ruby/resolv/commit/c4837aae9b --- lib/resolv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resolv.rb b/lib/resolv.rb index 983540c415..6cc2756c75 100644 --- a/lib/resolv.rb +++ b/lib/resolv.rb @@ -37,7 +37,7 @@ end class Resolv - VERSION = "0.4.0" + VERSION = "0.5.0" ## # Looks up the first IP address for +name+.