Explorar o código

Define the upcoming version of July

Edouard CHIN %!s(int64=6) %!d(string=hai) anos
pai
achega
b4b8960fb9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/shopify_api/defined_versions.rb

+ 1 - 0
lib/shopify_api/defined_versions.rb

@@ -4,6 +4,7 @@ module ShopifyAPI
     def define_known_versions
       define_version(ShopifyAPI::ApiVersion::Unstable.new)
       define_version(ShopifyAPI::ApiVersion::Release.new('2019-04'))
+      define_version(ShopifyAPI::ApiVersion::Release.new('2019-07'))
     end
   end
 end