From 944a3ee9b3bd066764fc01d43e26aa83d678acbc Mon Sep 17 00:00:00 2001 From: John Robinson Date: Fri, 10 Jan 2025 07:32:07 -0500 Subject: [PATCH] Updated version --- CHANGELOG.md | 2 +- src/Bones.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b921080..adb265b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities -## [5.4.0]- 2025.01.10 +## [5.3.3]- 2025.01.10 ### Added diff --git a/src/Bones.php b/src/Bones.php index 2c133f4..fe59c34 100644 --- a/src/Bones.php +++ b/src/Bones.php @@ -150,7 +150,7 @@ public function start(string $interface): void Constants::define('APP_STORAGE_PATH', Constants::get('APP_BASE_PATH') . '/storage'); Constants::define('BONES_BASE_PATH', rtrim(dirname(__FILE__, 2), '/')); Constants::define('BONES_RESOURCES_PATH', Constants::get('BONES_BASE_PATH') . '/resources'); - Constants::define('BONES_VERSION', '5.3.2'); + Constants::define('BONES_VERSION', '5.3.3'); // ------------------------- Load environment variables ------------------------- if (file_exists(App::basePath('/.env'))) {