version.rb 70 B

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