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.0.5

7edf67654c
This commit is contained in:
Hiroshi SHIBATA 2021-10-14 20:59:02 +09:00 committed by nagachika
parent f96517ec2b
commit 519e3bde24

View file

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