Skip to content

Commit

Permalink
Bump version to v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Aug 26, 2024
1 parent 3b238a1 commit 365adbe
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.9.1 (2024-08-26)

- Sort env variables by name
- Update Vue to v3.4.38
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.9.0';
const APP_VERSION = '2.9.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 365adbe

Please sign in to comment.