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

[ruby/drb] Bump up drb version to 2.1.0

https://github.com/ruby/drb/commit/e4b7b68d67
This commit is contained in:
Hiroshi SHIBATA 2021-10-14 21:03:19 +09:00
parent 20bd9e7c61
commit befb37c2c4
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1,3 +1,3 @@
module DRb
VERSION = "2.0.5"
VERSION = "2.1.0"
end