Sfoglia il codice sorgente

Define the upcoming version of July

Edouard CHIN 5 anni fa
parent
commit
b4b8960fb9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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