6 lines
67 B
Ruby
6 lines
67 B
Ruby
|
module Guard
|
||
|
module RoccoVersion
|
||
|
VERSION = '0.0.1'
|
||
|
end
|
||
|
end
|