Skip to content

Commit

Permalink
set the CouchRest::Model::VERSION constant to the value of the VERSIO…
Browse files Browse the repository at this point in the history
…N file
  • Loading branch information
moonmaster9000 committed Jan 16, 2011
1 parent 5330087 commit cfdd3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/couchrest/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module CouchRest

module Model

VERSION = "1.0.0.beta9"
VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).strip

end

Expand Down

0 comments on commit cfdd3e7

Please sign in to comment.