File: version.rb

package info (click to toggle)
ruby-dataobjects-sqlite3 0.10.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 332 kB
  • sloc: ansic: 991; ruby: 322; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
4
5
module DataObjects
  module Sqlite3
    VERSION = '0.10.17'
  end
end