version.rb 72 B

1234
  1. # frozen_string_literal: true
  2. module ShopifyAPI
  3. VERSION = "9.4.0"
  4. end