mirror of
https://github.com/itflow-org/itflow
synced 2026-03-12 08:44:50 +00:00
Add versioning/release system - December 2024 / 24.12
This commit is contained in:
8
app_version.php
Normal file
8
app_version.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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", "24.12");
|
||||
Reference in New Issue
Block a user