master/lib/guard/version.rb
Thibaud Guillaume-Gentil 64ac60a1fe Version 0.8.3
2011-10-01 20:53:21 +02:00

7 lines
117 B
Ruby

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