Skip to content

Commit

Permalink
Bump version to v29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Sep 18, 2024
1 parent 1c2c180 commit 664591d
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.2 (2024-09-19)

- Improve clean file name generation on upload
- Fix SQLSTATE[HY000] error on update items with newer SQLite versions
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.1';
const APP_VERSION = '2.9.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 664591d

Please sign in to comment.