We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceda687 commit 737a21aCopy full SHA for 737a21a
1 file changed
global/code/Core.class.php
@@ -251,7 +251,7 @@ class Core
251
/**
252
* The current version of the Form Tools Core.
253
*/
254
- private static $version = "3.0.12";
+ private static $version = "3.0.13";
255
256
257
* The release type: alpha, beta or main
@@ -261,7 +261,7 @@ class Core
261
262
* The release date: YYYYMMDD
263
264
- private static $releaseDate = "20190124";
+ private static $releaseDate = "20190224";
265
266
267
* The minimum required PHP version needed to run Form Tools.
0 commit comments