Skip to content

Commit

Permalink
Released version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 24, 2015
1 parent f88b73d commit 0203000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-dev';
const VERSION = '2.3.0';

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

/**
* Tracy (version 2.3-dev, http://tracy.nette.org)
* Tracy (version 2.3.0, http://tracy.nette.org)
*
* Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
*/

require __DIR__ . '/Tracy/IBarPanel.php';
Expand Down

0 comments on commit 0203000

Please sign in to comment.