Browse Source

Define the upcoming version of July

Edouard CHIN 5 năm trước cách đây
mục cha
commit
b4b8960fb9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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