File: version.rb

package info (click to toggle)
ruby-omniauth-gitlab 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: ruby: 106; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
5
module Omniauth
  module Gitlab
    VERSION = '4.1.0'
  end
end