summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2023-10-12 22:35:56 +0100
committergit <svn-admin@ruby-lang.org>2023-10-12 21:36:13 +0000
commit3aba21511b37723b5212e44429f5e8585f53453a (patch)
tree1a1b814b44d5e2263f44091c0bcca11ab0b440d3
parent81399a5c464c8eafdb68fddb5e26a519390cd069 (diff)
[ruby/irb] Bump version to 1.8.2
https://github.com/ruby/irb/commit/47693a2213
-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 6cb2f1965c..02ee1c5971 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.8.1"
+ VERSION = "1.8.2"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2023-09-04"
+ @LAST_UPDATE_DATE = "2023-10-12"
end