File: version.rb

package info (click to toggle)
ruby-otr-activerecord 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: ruby: 562; sh: 133; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
4
5
6
module OTR
  module ActiveRecord
    # Gem version
    VERSION = '2.6.0'
  end
end