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