omniauth-keycloak/lib/keycloak/version.rb

6 lines
66 B
Ruby
Raw Normal View History

module Omniauth
module Keycloak
VERSION = "1.0.0"
end
end