set the CouchRest::Model::VERSION constant to the value of the VERSION file

This commit is contained in:
Matt Parker 2011-01-16 13:57:26 -05:00
parent 5330087ed2
commit cfdd3e7bfd

View file

@ -3,7 +3,7 @@ module CouchRest
module Model
VERSION = "1.0.0.beta9"
VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).strip
end