lib/desk/configuration.rb in desk-0.3.3 vs lib/desk/configuration.rb in desk-1.0.0

- old
+ new

@@ -62,10 +62,10 @@ # The user agent that will be sent to the API endpoint if none is set DEFAULT_USER_AGENT = "Desk.com Ruby Gem #{Desk::VERSION}".freeze # The user agent that will be sent to the API endpoint if none is set - DEFAULT_VERSION = "v1".freeze + DEFAULT_VERSION = "v2".freeze # By default, don't set a support email address DEFAULT_SUPPORT_EMAIL = nil # @private