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

bundler
Matt Parker 2011-01-16 13:57:26 -05:00
parent 5330087ed2
commit cfdd3e7bfd
1 changed files with 1 additions and 1 deletions

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