mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
11 lines
239 B
Ruby
11 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.6.4"
|
|
@RELEASE_VERSION = VERSION
|
|
@LAST_UPDATE_DATE = "2023-04-07"
|
|
end
|