mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
9 lines
240 B
PHP
9 lines
240 B
PHP
<?php
|
|
/*
|
|
* ITFlow
|
|
* This file defines the current ITFlow release/version
|
|
* Update this file each time we merge develop into master. Format is YY.M (add a .v if there is more than one release a month.
|
|
*/
|
|
|
|
DEFINE("APP_VERSION", "25.01");
|