Codebase list ruby-omniauth-twitter / b82964c lib / omniauth-twitter / version.rb
b82964c

Tree @b82964c (Download .tar.gz)

version.rb @b82964craw · history · blame

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