Browse Source

Merge pull request #758 from Shopify/release_9_2_0

Packaging for release 9.2.0
Kevin O'Sullivan 4 years ago
parent
commit
b80b8008b3
2 changed files with 2 additions and 2 deletions
  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