summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-01-30 09:25:42 +0900
committergit <svn-admin@ruby-lang.org>2026-01-30 00:26:14 +0000
commit5068fe85e6f7e662cd6e15f5ed7b80a4be5e6056 (patch)
treea35507ebe5cd9e44004c44e739446568746ebf9d /lib
parentef583c93ebad9eb9cf988e35bfd8ee22fbedd2c0 (diff)
[ruby/resolv] v0.7.1
https://github.com/ruby/resolv/commit/8fc05c1cb6
Diffstat (limited to 'lib')
-rw-r--r--lib/resolv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resolv.rb b/lib/resolv.rb
index b6ff348518..9720b52c00 100644
--- a/lib/resolv.rb
+++ b/lib/resolv.rb
@@ -35,7 +35,7 @@ require 'rbconfig'
class Resolv
# The version string
- VERSION = "0.7.0"
+ VERSION = "0.7.1"
##
# Looks up the first IP address for +name+.