lib/rest_adapter/version.rb in dm-rest-adapter-0.9.6 vs lib/rest_adapter/version.rb in dm-rest-adapter-0.9.7

- old
+ new

@@ -1,7 +1,7 @@ module DataMapper module More class RestAdapter - VERSION = "0.9.6" + VERSION = "0.9.7" end end end