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