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

Change Reline's version with "Reline 0.0.0"

This commit is contained in:
aycabta 2019-05-25 00:40:14 +09:00
parent 4b012c23b2
commit 481ccf73d8

View file

@ -1,3 +1,3 @@
module Reline
VERSION = '0.0.0'
VERSION = 'Reline 0.0.0'
end