Skip to content

Commit

Permalink
Bump version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Nov 25, 2022
1 parent a004e35 commit f9590ee
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.3.4 (2022-11-25)

- Fix user settings updating for users without admin role
- Update vendor libs
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

define('APP_VERSION', '2.3.3');
define('APP_VERSION', '2.3.4');

if (!defined('APP_START_TIME')) define('APP_START_TIME', microtime(true));
if (!defined('APP_ADMIN')) define('APP_ADMIN', false);
Expand Down

0 comments on commit f9590ee

Please sign in to comment.