7 lines
117 B
Ruby
7 lines
117 B
Ruby
module Guard
|
|
unless defined? Guard::VERSION
|
|
# The current gem version of Guard
|
|
VERSION = '0.8.2'
|
|
end
|
|
end
|