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