Skip to content

Commit 0099ee4

Browse files
committed
3.0.20
1 parent e10ea24 commit 0099ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/global/code/Core.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class Core
263263
/**
264264
* The current version of the Form Tools Core.
265265
*/
266-
private static $version = "3.0.19";
266+
private static $version = "3.0.20";
267267

268268
/**
269269
* The release type: alpha, beta or main
@@ -273,7 +273,7 @@ class Core
273273
/**
274274
* The release date: YYYYMMDD
275275
*/
276-
private static $releaseDate = "20191014";
276+
private static $releaseDate = "20191019";
277277

278278
/**
279279
* The minimum required PHP version needed to run Form Tools.

0 commit comments

Comments
 (0)