Skip to content

Commit

Permalink
Released version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 27, 2014
1 parent f3596e1 commit eb0d5a6
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 @@ -23,7 +23,7 @@
class Debugger
{
/** @var string */
public static $version = '2.2.0';
public static $version = '2.2.1';

/** @var bool in production mode is suppressed any debugging output */
public static $productionMode = self::DETECT;
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.2.0, http://tracy.nette.org)
* Tracy (http://tracy.nette.org)
*
* Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
*/
Expand Down

0 comments on commit eb0d5a6

Please sign in to comment.