Module: Datadog::AppSec::WAF::VERSION

Defined in:
lib/datadog/appsec/waf/version.rb

Constant Summary collapse

BASE_STRING =
"1.24.1"
STRING =

NOTE: Every change to the ‘BASE_STRING` should be accompanied

by a reset of the patch version in the `STRING` below.
"#{BASE_STRING}.2.1"
MINIMUM_RUBY_VERSION =
"2.5"