diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-03-19 11:16:24 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-03-19 02:16:51 +0000 |
commit | 0985e587901a9039ee0f523d285ed3834a6e9729 (patch) | |
tree | a155fdbcaa51217d67320984dc7e899791583e6b | |
parent | ef0e08f327aa06cd66c0e57bc50681f4375149f3 (diff) |
[ruby/resolv] Bump up 0.4.0
https://github.com/ruby/resolv/commit/44ae1e8531
-rw-r--r-- | lib/resolv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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+. |