mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump version to 1.0.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ab364fb5a8
commit
301ae01bb5
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
|
||||
module IRB # :nodoc:
|
||||
VERSION = "0.9.6"
|
||||
VERSION = "1.0.0"
|
||||
@RELEASE_VERSION = VERSION
|
||||
@LAST_UPDATE_DATE = "2009-06-30"
|
||||
@LAST_UPDATE_DATE = "2018-12-18"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue