diff --git a/CHANGELOG b/CHANGELOG index 4375244..e7d5cc2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -### 4.0.4 (Released 2016-06-11) ### +### 4.0.4 (Released 2016-06-12) ### - FileMaker Server 15 detection. - Update Mac OS X installer for FMS 15. diff --git a/lib/RESTfm/Version.php b/lib/RESTfm/Version.php index 308d74b..aa565ac 100644 --- a/lib/RESTfm/Version.php +++ b/lib/RESTfm/Version.php @@ -21,7 +21,7 @@ * Version static class to hold release version. */ class Version { - private static $_release = '4.0.3'; + private static $_release = '4.0.4'; private static $_revision = '%%REVISION%%'; private static $_protocol = '5'; // Bump this when REST API changes.