From 0985e587901a9039ee0f523d285ed3834a6e9729 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 19 Mar 2024 11:16:24 +0900 Subject: [PATCH] [ruby/resolv] Bump up 0.4.0 https://github.com/ruby/resolv/commit/44ae1e8531 --- lib/resolv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resolv.rb b/lib/resolv.rb index b585b10ca9..e36dbce259 100644 --- a/lib/resolv.rb +++ b/lib/resolv.rb @@ -37,7 +37,7 @@ end class Resolv - VERSION = "0.3.0" + VERSION = "0.4.0" ## # Looks up the first IP address for +name+.