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