ソースを参照

Packaging for release 9.2.0

Kevin O'Sullivan 4 年 前
コミット
994b681ff8
2 ファイル変更2 行追加2 行削除
  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