File: version.rb

package info (click to toggle)
ruby-invisible-captcha 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: ruby: 717; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 79 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module InvisibleCaptcha
  VERSION = "2.3.0"
end