lib/spree_faq/version.rb in spree-faq-2.1.1 vs lib/spree_faq/version.rb in spree-faq-2.2.0
- old
+ new
@@ -5,12 +5,12 @@
Gem::Version.new VERSION::STRING
end
module VERSION
MAJOR = 2
- MINOR = 1
- TINY = 1
+ MINOR = 2
+ TINY = 0
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
-end
+end
\ No newline at end of file