Skip to content

Commit

Permalink
Bump version to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Nov 17, 2024
1 parent b346c54 commit 3414530
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.1 (2024-11-17)

- Update Vue to v3.5.13
- Improve field condition behavior
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.0';
const APP_VERSION = '2.10.1';

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

0 comments on commit 3414530

Please sign in to comment.