Skip to content

Commit

Permalink
Bump version to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Aug 8, 2024
1 parent af0974a commit 9399235
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.0 (2024-08-08)

- Update Uppy to 4.0.4
- Update Vue to v3.4.36
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.8.6';
const APP_VERSION = '2.9.0';

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

0 comments on commit 9399235

Please sign in to comment.