Skip to content

Commit

Permalink
Bump version to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Sep 19, 2024
1 parent 43dc722 commit 5941d88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 2.9.3 (2024-09-20)

- Fix adding users error due to uncomplete 2FA lib

## 2.9.2 (2024-09-19)

- Improve clean file name generation on upload
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.2';
const APP_VERSION = '2.9.3';

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

0 comments on commit 5941d88

Please sign in to comment.