From 43faf09bb9ca325ca042ba725a923ff47af48fd9 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 13 Dec 2024 10:12:09 +0900 Subject: [PATCH] [ruby/resolv] Bump up v0.6.0 https://github.com/ruby/resolv/commit/cb4b335034 --- lib/resolv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resolv.rb b/lib/resolv.rb index 232a3398c2..fd95abe5e2 100644 --- a/lib/resolv.rb +++ b/lib/resolv.rb @@ -33,7 +33,7 @@ require 'securerandom' class Resolv - VERSION = "0.5.0" + VERSION = "0.6.0" ## # Looks up the first IP address for +name+.