Skip to content

Commit

Permalink
chore: bump to version 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Niktux committed Nov 9, 2016
1 parent 1aabe21 commit 6ef6f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation
------------
Download latest phar:
```
wget https://github.com/Niktux/karma/releases/download/5.5.1/karma.phar
wget https://github.com/Niktux/karma/releases/download/5.5.2/karma.phar
```

Or use composer (but you could experiment illegitimate dependencies conflict with your project) :
Expand Down
2 changes: 1 addition & 1 deletion src/Karma/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class Application extends \Pimple
{
const
VERSION = '5.5.1',
VERSION = '5.5.2',
DEFAULT_DISTFILE_SUFFIX = '-dist',
DEFAULT_CONF_DIRECTORY = 'env',
DEFAULT_MASTER_FILE = 'master.conf',
Expand Down

0 comments on commit 6ef6f66

Please sign in to comment.