summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2023-09-05 14:42:15 +0100
committergit <svn-admin@ruby-lang.org>2023-09-05 13:42:21 +0000
commitd83b5ea09d537431ff39d68de8832d5d7baf2db0 (patch)
tree54a7c5bd361c5e4e6e92c853a57fce433ea6ef88 /lib
parentef65183692789f80dc1c1ad569a449edfdd46120 (diff)
[ruby/irb] Bump version to 1.8.1
(https://github.com/ruby/irb/pull/706) https://github.com/ruby/irb/commit/c7c838a4bf
Diffstat (limited to 'lib')
-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 04a9ccfe29..6cb2f1965c 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.8.0"
+ VERSION = "1.8.1"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2023-08-30"
+ @LAST_UPDATE_DATE = "2023-09-04"
end