lib/rails/auth/version.rb in rails-auth-2.2.1 vs lib/rails/auth/version.rb in rails-auth-2.2.2
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module Rails
# Pluggable authentication and authorization for Rack/Rails
module Auth
- VERSION = "2.2.1"
+ VERSION = "2.2.2"
end
end