lib/spree_faq/version.rb in spree-faq-2.2.1 vs lib/spree_faq/version.rb in spree-faq-2.3.0
- old
+ new
@@ -5,11 +5,11 @@
Gem::Version.new VERSION::STRING
end
module VERSION
MAJOR = 2
- MINOR = 2
- TINY = 1
+ MINOR = 3
+ TINY = 0
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
end