Browse Source

Remove version update

Kirsten Westeinde 8 years ago
parent
commit
64518d3596
2 changed files with 1 additions and 5 deletions
  1. 0 4
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 0 - 4
CHANGELOG

@@ -1,7 +1,3 @@
-== Version 4.3.1
-
-* Introduce FulfillmentRequest
-
 == Version 4.3.0
 
 * Require Ruby >= `2.3.0`

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "4.3.1"
+  VERSION = "4.3.0"
 end