diff --git a/engine/Engine.php b/engine/Engine.php index c7b0381d..8256e5c7 100644 --- a/engine/Engine.php +++ b/engine/Engine.php @@ -3,7 +3,7 @@ * Zookeeper Online * * @author Jim Mason - * @copyright Copyright (C) 1997-2023 Jim Mason + * @copyright Copyright (C) 1997-2024 Jim Mason * @link https://zookeeper.ibinx.com/ * @license GPL-3.0 * @@ -25,7 +25,7 @@ namespace ZK\Engine; class Engine { - const VERSION = "3.0.0-rc.5"; + const VERSION = "3.0.0-rc.6"; const UA = "Zookeeper/2.0; (+https://zookeeper.ibinx.com/)";