lib/safe_attributes/version.rb in safe_attributes-1.0.9 vs lib/safe_attributes/version.rb in safe_attributes-1.0.10
- old
+ new
@@ -1,9 +1,9 @@
module SafeAttributes
module VERSION
MAJOR = 1
MINOR = 0
- TINY = 9
+ TINY = 10
STRING = [MAJOR, MINOR, TINY].compact.join('.')
end
end