diff options
author | aycabta <[email protected]> | 2020-12-22 05:01:35 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2020-12-22 23:45:43 +0900 |
commit | fbcdcbff0de551321eee486bfbff9bd9288331d3 (patch) | |
tree | c29bb2cd2846dc7f6931e50477f57893a131a076 | |
parent | 4131cd05be4c00e2d6740d1619711e574cd731af (diff) |
[ruby/irb] Version 1.2.9
https://github.com/ruby/irb/commit/9668e5fe6b
-rw-r--r-- | lib/irb/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 227742c679..9fa0621b80 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.2.8" + VERSION = "1.2.9" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2020-12-20" + @LAST_UPDATE_DATE = "2020-12-22" end |