chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
179 Bytes
<?php
namespace Mautic\CoreBundle\Helper;
class AppVersion
{
/**
* @return string
*/
public function getVersion()
{
return MAUTIC_VERSION;
}
}