Codebase list ruby-omniauth-facebook / upstream/latest lib / omniauth / facebook / version.rb
upstream/latest

Tree @upstream/latest (Download .tar.gz)

version.rb @upstream/latestraw · history · blame

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