mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump irb version to 1.1.0.pre.1.
Becausee the current irb support reline and have many of changes.
This commit is contained in:
parent
1457ad1ea7
commit
913661cca0
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
module IRB # :nodoc:
|
module IRB # :nodoc:
|
||||||
VERSION = "1.0.0"
|
VERSION = "1.1.0.pre.1"
|
||||||
@RELEASE_VERSION = VERSION
|
@RELEASE_VERSION = VERSION
|
||||||
@LAST_UPDATE_DATE = "2018-12-18"
|
@LAST_UPDATE_DATE = "2019-05-31"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue