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

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

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

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