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