Codebase list ruby-omniauth-facebook / 39bf406 lib / omniauth / facebook / version.rb
39bf406

Tree @39bf406 (Download .tar.gz)

version.rb @39bf406raw · history · blame

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