diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-13 10:12:09 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2024-12-13 01:13:12 +0000 |
commit | 43faf09bb9ca325ca042ba725a923ff47af48fd9 (patch) | |
tree | bf508b1d66e096891b8393d5900f7e70ba5169d4 /lib/resolv.rb | |
parent | 8781d37fc969daf3bfa75a38bdd2492dd03f482e (diff) |
[ruby/resolv] Bump up v0.6.0
https://github.com/ruby/resolv/commit/cb4b335034
Diffstat (limited to 'lib/resolv.rb')
-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 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+. |