1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb/version.rb

18 lines
302 B
Ruby
Raw Normal View History

# frozen_string_literal: false
#
# irb/version.rb - irb version definition file
# $Release Version: 0.9.6$
# $Revision$
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
#
#
#
module IRB # :nodoc:
2019-07-14 11:43:16 -04:00
VERSION = "1.1.0.pre.2"
@RELEASE_VERSION = VERSION
2019-07-14 11:43:16 -04:00
@LAST_UPDATE_DATE = "2019-07-15"
end