File: version.rb

package info (click to toggle)
ruby-redis-actionpack 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: ruby: 394; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
5
class Redis
  module ActionPack
    VERSION = '5.3.0'
  end
end