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

- old
+ new

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