Skip to content

Commit

Permalink
Bump version to v2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Feb 13, 2023
1 parent 7a58e3c commit e26c574
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.9 (2023-02-13)

- Fix batch state update (when using MongoLite) #75
- Fix min/max settings for number fields #76
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.8');
define('APP_VERSION', '2.3.9');

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 e26c574

Please sign in to comment.