diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 14:59:12 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 05:59:33 +0000 |
commit | 3cfb7afbfec492ba5ec2f7f50775bd134816c3cb (patch) | |
tree | d19ad94ee76951c6df506403439dbf5cc5540c68 /lib/drb | |
parent | ce3abb422170597da01d4e29bd7895a76ff44452 (diff) |
[ruby/drb] Bump version to 2.1.1
https://github.com/ruby/drb/commit/7c2d56e9f3
Diffstat (limited to 'lib/drb')
-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 efaccf0319..10d33445b6 100644 --- a/lib/drb/version.rb +++ b/lib/drb/version.rb @@ -1,3 +1,3 @@ module DRb - VERSION = "2.1.0" + VERSION = "2.1.1" end |