oont-contents/plugins/jetpack/jetpack_vendor/automattic/jetpack-protect-models/src/class-protect-models.php
2025-02-10 13:57:45 +01:00

16 lines
249 B
PHP

<?php
/**
* This package contains the models used in the Protect plugin.
*
* @package automattic/jetpack-protect-models
*/
namespace Automattic\Jetpack;
/**
* Class description.
*/
class Protect_Models {
const PACKAGE_VERSION = '0.4.2';
}