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

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

version.rb @upstream/4.0.0raw · history · blame

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