mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Bump version to 1.4.2
https://github.com/ruby/irb/commit/f9960dbd37
This commit is contained in:
parent
f081bba875
commit
203b831065
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
|
||||
module IRB # :nodoc:
|
||||
VERSION = "1.4.1"
|
||||
VERSION = "1.4.2"
|
||||
@RELEASE_VERSION = VERSION
|
||||
@LAST_UPDATE_DATE = "2021-12-25"
|
||||
@LAST_UPDATE_DATE = "2022-10-03"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue