master/lib/guard/version.rb
Thibaud Guillaume-Gentil 6ecc541bda Version 0.8.2
2011-09-30 16:47:43 +02:00

7 lines
117 B
Ruby

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