Codebase list ruby-omniauth-facebook / be53b7a lib / omniauth / facebook / version.rb
be53b7a

Tree @be53b7a (Download .tar.gz)

version.rb @be53b7araw · history · blame

1
2
3
4
5
module OmniAuth
  module Facebook
    VERSION = "4.0.1"
  end
end