Codebase list ruby-omniauth-facebook / upstream/8.0.0+git20210209.1.853dce6 lib / omniauth / facebook / version.rb
upstream/8.0.0+git20210209.1.853dce6

Tree @upstream/8.0.0+git20210209.1.853dce6 (Download .tar.gz)

version.rb @upstream/8.0.0+git20210209.1.853dce6raw · history · blame

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