소스 검색

Merge pull request #758 from Shopify/release_9_2_0

Packaging for release 9.2.0
Kevin O'Sullivan 4 년 전
부모
커밋
b80b8008b3
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