mirror of
https://github.com/ruby/ruby.git
synced 2026-08-16 02:15:57 +08:00
12 lines
239 B
Ruby
12 lines
239 B
Ruby
# frozen_string_literal: false
|
|
#
|
|
# irb/version.rb - irb version definition file
|
|
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
|
#
|
|
|
|
module IRB # :nodoc:
|
|
VERSION = "1.9.1"
|
|
@RELEASE_VERSION = VERSION
|
|
@LAST_UPDATE_DATE = "2023-11-21"
|
|
end
|