diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-07 14:37:00 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-07 05:40:13 +0000 |
commit | 65e1f918d9bc549045906bc16855f15d6bb242c6 (patch) | |
tree | 5e2db2c5f1a8fd5533bd3236e458d4d82a087544 /lib/drb | |
parent | e584a619e13c93ae64e1af1d885c87c809f81635 (diff) |
[ruby/drb] Bump up 2.2.0
https://github.com/ruby/drb/commit/c62076f940
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 10d33445b6..73fa4c18fd 100644 --- a/lib/drb/version.rb +++ b/lib/drb/version.rb @@ -1,3 +1,3 @@ module DRb - VERSION = "2.1.1" + VERSION = "2.2.0" end |