Skip to content

Commit b8a4fa0

Browse files
author
Charles THIBAULT
committed
Update version
1 parent d35882d commit b8a4fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

afs_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/** @brief API fix version number.
1616
*
1717
* You should increase this number as soon as a bug is fixed.*/
18-
define('AFS_API_VERSION_FIX', 6);
18+
define('AFS_API_VERSION_FIX', 7);
1919

2020
/** @brief API full version number. */
2121
define('AFS_API_VERSION', implode('.', array(AFS_API_VERSION_MAJOR, AFS_API_VERSION_MINOR, AFS_API_VERSION_FIX)));

0 commit comments

Comments
 (0)