lib/simple_auth/version.rb in simple_auth-3.0.0 vs lib/simple_auth/version.rb in simple_auth-3.1.0

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module SimpleAuth - VERSION = "3.0.0" + VERSION = "3.1.0" end