Codebase list ruby-omniauth-facebook / 4a90791 lib / omniauth / facebook / version.rb
4a90791

Tree @4a90791 (Download .tar.gz)

version.rb @4a90791raw · history · blame

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