Codebase list ruby-omniauth-facebook / b0e73826-13c3-44e4-8701-597c0cd2e4c2/upstream lib / omniauth / facebook / version.rb
b0e73826-13c3-44e4-8701-597c0cd2e4c2/upstream

Tree @b0e73826-13c3-44e4-8701-597c0cd2e4c2/upstream (Download .tar.gz)

version.rb @b0e73826-13c3-44e4-8701-597c0cd2e4c2/upstreamraw · history · blame

1
2
3
4
5
module OmniAuth
  module Facebook
    VERSION = '9.0.0'
  end
end