Codebase list ruby-omniauth-facebook / 7b38ba2 lib / omniauth / facebook / version.rb
7b38ba2

Tree @7b38ba2 (Download .tar.gz)

version.rb @7b38ba2raw · history · blame

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