master/lib/guard/version.rb
Thibaud Guillaume-Gentil aaa08d3a89 Version 0.8.1
2011-09-29 09:22:02 +02:00

7 lines
117 B
Ruby

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