diff options
| author | Stan Lo <stan001212@gmail.com> | 2024-03-07 10:14:40 +0800 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-03-07 02:14:44 +0000 |
| commit | 9fcb2bd5c0ddf5356287d23f7c33b89616f909f2 (patch) | |
| tree | 93c7d1d3de6be61bbfc9de3211999d829f2ffc46 /lib | |
| parent | 2bc4575ac02222e3029467de3cc7a337544583ae (diff) | |
[ruby/irb] Bump version to v1.12.0
(https://github.com/ruby/irb/pull/895)
https://github.com/ruby/irb/commit/a79e84a692
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 d9753d3eb6..9a7b12766b 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.11.2" + VERSION = "1.12.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-02-07" + @LAST_UPDATE_DATE = "2024-03-06" end |
