Codebase list ruby-omniauth-twitter / 08c2201e-45b2-44a6-afc7-60c41bf40785/upstream lib / omniauth-twitter / version.rb
08c2201e-45b2-44a6-afc7-60c41bf40785/upstream

Tree @08c2201e-45b2-44a6-afc7-60c41bf40785/upstream (Download .tar.gz)

version.rb @08c2201e-45b2-44a6-afc7-60c41bf40785/upstreamraw · history · blame

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