lib/fastly.rb in fastly-0.99 vs lib/fastly.rb in fastly-1.00

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