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