lib/spree_faq/version.rb in spree-faq-2.0.1 vs lib/spree_faq/version.rb in spree-faq-2.1.0

- old
+ new

@@ -5,12 +5,12 @@ Gem::Version.new VERSION::STRING end module VERSION MAJOR = 2 - MINOR = 0 - TINY = 1 + MINOR = 1 + TINY = 0 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -end +end \ No newline at end of file