Increment the farmOS API version to 1.4.

This commit is contained in:
Michael Stenta 2020-08-21 11:40:22 -04:00
parent cd59223f4c
commit 152f356cec
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
* Farm API module.
*/
define('FARM_API_VERSION', '1.3');
define('FARM_API_VERSION', '1.4');
include_once 'farm_api.features.inc';