File: version.rb

package info (click to toggle)
ruby-redis-namespace 1.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: ruby: 1,579; makefile: 10; sh: 4
file content (7 lines) | stat: -rw-r--r-- 82 bytes parent folder | download
1
2
3
4
5
6
7
# encoding: utf-8

class Redis
  class Namespace
    VERSION = '1.11.0'
  end
end