Explorar el Código

Merge pull request #758 from Shopify/release_9_2_0

Packaging for release 9.2.0
Kevin O'Sullivan hace 4 años
padre
commit
b80b8008b3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      CHANGELOG.md
  2. 1 1
      lib/shopify_api/version.rb

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-## Version 9.1.2
+## Version 9.2.0
 
 * Removes the `shopify` binary which will be used by the Shopify CLI
 

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "9.1.2"
+  VERSION = "9.2.0"
 end