File: version.rb

package info (click to toggle)
ruby-recaptcha 5.12.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: ruby: 563; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 73 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module Recaptcha
  VERSION = '5.12.3'
end