set the CouchRest::Model::VERSION constant to the value of the VERSION file
This commit is contained in:
parent
5330087ed2
commit
cfdd3e7bfd
|
@ -3,7 +3,7 @@ module CouchRest
|
|||
|
||||
module Model
|
||||
|
||||
VERSION = "1.0.0.beta9"
|
||||
VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).strip
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue