Skip to content

Commit

Permalink
fixed: version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gladysch committed Apr 7, 2016
1 parent 106e5f3 commit 4491c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glady/Behind.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class Behind
{
const VERSION = 'dev';
const VERSION = '0.1.1';

/** @var ClassLoader */
private static $classLoader = null;
Expand Down

0 comments on commit 4491c02

Please sign in to comment.