master/lib/guard/version.rb

4 lines
68 B
Ruby
Raw Normal View History

2010-10-03 21:00:33 +00:00
module Guard
2011-08-15 07:53:10 +00:00
VERSION = "0.6.1" unless defined? Guard::VERSION
end