Codebase list ruby-omniauth-twitter / 252bfe6 lib / omniauth-twitter / version.rb
252bfe6

Tree @252bfe6 (Download .tar.gz)

version.rb @252bfe6raw · history · blame

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