Codebase list ruby-omniauth-twitter / upstream/1.4.0+git20200717.1.41c7be0 lib / omniauth-twitter / version.rb
upstream/1.4.0+git20200717.1.41c7be0

Tree @upstream/1.4.0+git20200717.1.41c7be0 (Download .tar.gz)

version.rb @upstream/1.4.0+git20200717.1.41c7be0raw · history · blame

1
2
3
4
5
module OmniAuth
  module Twitter
    VERSION = "1.4.0"
  end
end