Explorar el Código

Define the upcoming version of July

Edouard CHIN hace 5 años
padre
commit
b4b8960fb9
Se han modificado 1 ficheros con 1 adiciones y 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