lib/pricehubble/version.rb in pricehubble-0.1.0 vs lib/pricehubble/version.rb in pricehubble-0.2.0

- old
+ new

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