mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
As per recent discussions about the API & scripts being a better way forward for all integration, removing the MeshCentral integration that was added.
8 lines
181 B
PHP
8 lines
181 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.0.5"); |