summaryrefslogtreecommitdiff
path: root/lib/irb/version.rb
diff options
context:
space:
mode:
-rw-r--r--lib/irb/version.rb4
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.9.0"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2023-11-11"
end