Skip to content

Commit

Permalink
Released version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 27, 2015
1 parent cbc3fd8 commit 0203015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tracy/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class Debugger
{
const VERSION = '2.3.0';
const VERSION = '2.3.1';

/** server modes {@link Debugger::enable()} */
const DEVELOPMENT = FALSE,
Expand Down
2 changes: 1 addition & 1 deletion src/tracy.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Tracy (version 2.3.0, http://tracy.nette.org)
* Tracy (version 2.3.1, http://tracy.nette.org)
*
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
*/
Expand Down

0 comments on commit 0203015

Please sign in to comment.