lib/couch_potato/version.rb in couch_potato-1.6.5 vs lib/couch_potato/version.rb in couch_potato-1.7.0

- old
+ new

@@ -1,4 +1,4 @@ module CouchPotato - VERSION = '1.6.5' - RSPEC_VERSION = '3.0.0' + VERSION = '1.7.0'.freeze + RSPEC_VERSION = '3.4.0'.freeze end