Skip to content

Commit

Permalink
bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Jun 21, 2023
1 parent 8440bfb commit 667b0fc
Showing 1 changed file with 1 addition and 1 deletion.
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.5.2';
const APP_VERSION = '2.6.0';

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 667b0fc

Please sign in to comment.