6 lines
68 B
Ruby
6 lines
68 B
Ruby
|
module Guard
|
||
|
module PuppetVersion
|
||
|
VERSION = '0.0.1'
|
||
|
end
|
||
|
end
|