lib/fastly.rb in fastly-0.9 vs lib/fastly.rb in fastly-0.95

- 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.9" + VERSION = "0.95" require 'fastly/fetcher' require 'fastly/client' require 'fastly/base'