master/lib/guard/version.rb

3 lines
43 B
Ruby
Raw Normal View History

2010-10-03 21:00:33 +00:00
module Guard
2010-10-07 20:37:55 +00:00
VERSION = "0.1.0.beta.2"
2010-10-03 21:00:33 +00:00
end