master/lib/guard/version.rb
Thibaud Guillaume-Gentil da866d3380 Version 0.8.4
2011-10-03 08:25:07 +02:00

7 lines
117 B
Ruby

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