diff --git a/src/Tracy/Debugger.php b/src/Tracy/Debugger.php index 1e1b86079..5d2fd7cb1 100644 --- a/src/Tracy/Debugger.php +++ b/src/Tracy/Debugger.php @@ -18,7 +18,7 @@ */ class Debugger { - const VERSION = '2.3.0'; + const VERSION = '2.3.1'; /** server modes {@link Debugger::enable()} */ const DEVELOPMENT = FALSE, diff --git a/src/tracy.php b/src/tracy.php index 7eb6bc6e7..9aad898cd 100644 --- a/src/tracy.php +++ b/src/tracy.php @@ -1,7 +1,7 @@