master/lib/guard/version.rb
Thibaud Guillaume-Gentil 243ea157a9 Version 0.8.0
2011-09-28 22:18:29 +02:00

7 lines
117 B
Ruby

module Guard
unless defined? Guard::VERSION
# The current gem version of Guard
VERSION = '0.8.0'
end
end