Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsonjohn committed Jan 10, 2025
1 parent 77f88be commit 944a3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Bones.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'))) {
Expand Down

0 comments on commit 944a3ee

Please sign in to comment.