diff options
author | aycabta <[email protected]> | 2021-12-25 00:41:36 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-12-25 00:41:04 +0900 |
commit | 90239c4163e0a9aec7add714eb5ad6e6fb246660 (patch) | |
tree | bc914792c9a3a6e8d9905ae4fb724f9bcda2abfe /lib/irb/version.rb | |
parent | 214b6128aebba384f62ab8d90cb63654ea5dfe28 (diff) |
[ruby/irb] Version 1.4.0
https://github.com/ruby/irb/commit/b80ec5821e
Diffstat (limited to 'lib/irb/version.rb')
-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 df58edd4a5..5afa897090 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.8.pre.11" + VERSION = "1.4.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-10-09" + @LAST_UPDATE_DATE = "2021-12-25" end |