lib/sanitize_email/version.rb in sanitize_email-1.0.9 vs lib/sanitize_email/version.rb in sanitize_email-1.0.10

- old
+ new

@@ -1,5 +1,5 @@ #Copyright (c) 2008-12 Peter H. Boling of 9thBit LLC #Released under the MIT license module SanitizeEmail - VERSION = '1.0.9' + VERSION = '1.0.10' end