1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

webrick 1.4.1 release

* lib/webrick/version.rb: bump version
* lib/webrick/webrick.gemspec: support Ruby 2.3+
  [Bug #14189]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2017-12-18 08:54:30 +00:00
parent 7d42b6fa0a
commit 74ceabb3b2
2 changed files with 3 additions and 3 deletions

View file

@ -14,5 +14,5 @@ module WEBrick
##
# The WEBrick version
VERSION = "1.4.0"
VERSION = "1.4.1"
end