Skip to content

Commit

Permalink
Bump version to v2.3.8
Browse files Browse the repository at this point in the history
aheinze committed Feb 4, 2023
1 parent 4d7b12b commit 12c0b68
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.8 (2023-02-04)

- Fix not allowed user role modification by intercepting request
- Fix tree item view #72
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.7');
define('APP_VERSION', '2.3.8');

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

0 comments on commit 12c0b68

Please sign in to comment.