lib/fastly.rb in fastly-0.96 vs lib/fastly.rb in fastly-0.97

- old
+ new

@@ -3,10 +3,10 @@ # License:: Distributes under the same terms as Ruby # A client library for interacting with the Fastly web acceleration service class Fastly # The current version of the library - VERSION = "0.96" + VERSION = "0.97" require 'fastly/fetcher' require 'fastly/client' require 'fastly/base'