lib/spree_faq/version.rb in spree-faq-2.3.0 vs lib/spree_faq/version.rb in spree-faq-2.4.0

- old
+ new

@@ -5,10 +5,10 @@ Gem::Version.new VERSION::STRING end module VERSION MAJOR = 2 - MINOR = 3 + MINOR = 4 TINY = 0 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end