Skip to content

Commit

Permalink
Bump version to v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Dec 8, 2024
1 parent c361d19 commit 41b2c73
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 @@
# Release Notes

## WIP
## 2.10.2 (2024-12-08)

- Fix $near filter for MongoLite
- Add content.index.side-panel and content.collection.items.side-panel triggers
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

const APP_VERSION = '2.10.1';
const APP_VERSION = '2.10.2';

if (!defined('APP_ADMIN')) define('APP_ADMIN', false);
if (!defined('APP_CLI')) define('APP_CLI', PHP_SAPI == 'cli');
Expand Down

0 comments on commit 41b2c73

Please sign in to comment.