lib/pricehubble/version.rb in pricehubble-0.4.0 vs lib/pricehubble/version.rb in pricehubble-0.4.1

- old
+ new

@@ -1,6 +1,6 @@ # frozen_string_literal: true module PriceHubble # The version of the +price-hubble+ gem - VERSION = '0.4.0' + VERSION = '0.4.1' end