Skip to content

Commit

Permalink
release: 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Dec 1, 2024
1 parent 1479a6d commit 7210a88
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
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [1.9.0](https://github.com/gacela-project/gacela/compare/1.8.1...1.9.0) - 2024-12-01

- Compatibility with PHP 8.4
- Added `GACELA_CACHE_DIR` env variable to override where to place the cache files
Expand Down
2 changes: 1 addition & 1 deletion bin/gacela
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use Symfony\Component\Console\Application;

Gacela::bootstrap($cwd);

$bootstrap = new ConsoleBootstrap(name: 'Gacela', version: '1.8.0');
$bootstrap = new ConsoleBootstrap(name: 'Gacela', version: '1.9.0');
try {
$bootstrap->run();
} catch (Exception $e) {
Expand Down

0 comments on commit 7210a88

Please sign in to comment.