summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
diff options
context:
space:
mode:
authortomoya ishida <[email protected]>2023-10-14 23:42:32 +0900
committergit <[email protected]>2023-10-14 14:42:37 +0000
commit177d8ee056636511379f6971a6c4e46675264cf7 (patch)
tree0ffc7eead3690288e977a4b51640dfa0eed4d658 /lib/irb/version.rb
parent8e477af1d4ba5380a00c89078bd9661b213b42af (diff)
[ruby/irb] Bump version to 1.8.3
(https://github.com/ruby/irb/pull/731) https://github.com/ruby/irb/commit/de79375ac1
Diffstat (limited to 'lib/irb/version.rb')
-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 02ee1c5971..fe6e379ec2 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.8.2"
+ VERSION = "1.8.3"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2023-10-12"
+ @LAST_UPDATE_DATE = "2023-10-14"
end