lib/sanitize_email/version.rb in sanitize_email-2.0.0 vs lib/sanitize_email/version.rb in sanitize_email-2.0.1
- old
+ new
@@ -1,6 +1,8 @@
+# frozen_string_literal: true
+
# Copyright (c) 2008-16 Peter H. Boling of RailsBling.com
# Released under the MIT license
module SanitizeEmail
- VERSION = "2.0.0".freeze
+ VERSION = '2.0.1'
end