lib/sanitize_email/version.rb in sanitize_email-2.0.3 vs lib/sanitize_email/version.rb in sanitize_email-2.0.4

- old
+ new

@@ -1,8 +1,10 @@ # frozen_string_literal: true -# Copyright (c) 2008-16 Peter H. Boling of RailsBling.com +# Copyright (c) 2008 - 2018, 2020, 2022, 2024 Peter H. Boling of RailsBling.com # Released under the MIT license module SanitizeEmail - VERSION = '2.0.3' + module Version + VERSION = "2.0.4" + end end