diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-14 20:59:02 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-14 21:14:35 +0900 |
commit | 20bd9e7c61450e93aec80e3106dbb27d5a649903 (patch) | |
tree | 905856f5825e6622ea5bd14bd6f2c5169b6a25c1 /lib | |
parent | e6b3eab1b70434485a4b9e1115bf8454f34cf5c2 (diff) |
[ruby/drb] Bump up drb version to 2.0.5
https://github.com/ruby/drb/commit/7edf67654c
Diffstat (limited to 'lib')
-rw-r--r-- | lib/drb/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/drb/version.rb b/lib/drb/version.rb index ffba81d48e..e1f33cc65e 100644 --- a/lib/drb/version.rb +++ b/lib/drb/version.rb @@ -1,3 +1,3 @@ module DRb - VERSION = "2.0.4" + VERSION = "2.0.5" end |