diff options
| author | Stan Lo <stan001212@gmail.com> | 2024-12-12 21:14:52 +0800 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-12-12 13:14:56 +0000 |
| commit | 911879e01f061c9ea2d3ca4eb6d73dd6981422e4 (patch) | |
| tree | 76480086e78e8c2c3a6e843daf2a0da6a943a0e0 /lib | |
| parent | 197a3efc751f43956fc9ad30d688b4bfa3f7fbdb (diff) | |
[ruby/irb] Bump version to v1.14.2
(https://github.com/ruby/irb/pull/1045)
https://github.com/ruby/irb/commit/dd31884657
Diffstat (limited to 'lib')
| -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 955a3a81da..825233e214 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.14.1" + VERSION = "1.14.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-09-25" + @LAST_UPDATE_DATE = "2024-12-12" end |
