Skip to content

Commit

Permalink
Drop Krumo::version(), instead use class constant Krumo::version
Browse files Browse the repository at this point in the history
  • Loading branch information
kktsvetkov committed Aug 2, 2020
1 parent db1a28b commit f964e32
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions class.krumo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* used by a lot of PHP developers.
*
* @author Kaloyan K. Tsvetkov <[email protected]>
* @license http://opensource.org/licenses/lgpl-license.php GNU Lesser General public License Version 2.1
* @license https://opensource.org/licenses/LGPL-2.1 GNU Lesser General public License Version 2.1
*
* @package Krumo
* @version 0.4.2
Expand All @@ -25,16 +25,7 @@
*/
class krumo
{
/**
* Return Krumo version
* @return string
*/
static function version()
{
return '0.4.2';
}

// -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
const version = '0.4.3';

/**
* Prints a debug backtrace
Expand Down

0 comments on commit f964e32

Please sign in to comment.