Files
itflow/database_version.php
Marcus Hill a3d8f5ab48 Ticket attachments (email)
Email to ticket parser: Add support for email attachments
2023-04-30 10:52:15 +01:00

9 lines
182 B
PHP

<?php
/*
* ITFlow
* This file defines the current "latest" database version
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "0.5.1");