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

- 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.8' + VERSION = '1.0.9' end