lib/couchrest/model.rb in couchrest_model-1.0.0.beta8 vs lib/couchrest/model.rb in couchrest_model-1.0.0

- old
+ new

@@ -1,10 +1,10 @@ module CouchRest module Model - VERSION = "1.0.0.beta8" + VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).strip end end