summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2024-02-07 16:57:30 +0000
committergit <svn-admin@ruby-lang.org>2024-02-07 16:57:33 +0000
commit0b7f51683446c81d7352d7d2eab9f49bc3bbae58 (patch)
tree9391ae446a6348ba1b2e2f32ee5f3cc3188fc14b
parentaad3c36bdfe68c429cf612542a7eb3c94c17c483 (diff)
[ruby/irb] Bump version to v1.11.2
(https://github.com/ruby/irb/pull/865) https://github.com/ruby/irb/commit/afe1f459cc
-rw-r--r--lib/irb/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb
index f2e0e7d7f1..585c837020 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.11.1"
+ VERSION = "1.11.2"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2024-01-08"
+ @LAST_UPDATE_DATE = "2024-02-07"
end