lib/rails/auth/version.rb in rails-auth-2.2.0 vs lib/rails/auth/version.rb in rails-auth-2.2.1

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true module Rails # Pluggable authentication and authorization for Rack/Rails module Auth - VERSION = "2.2.0" + VERSION = "2.2.1" end end