Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
reisraff committed Jun 30, 2017
1 parent e6305e6 commit 5520716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Phulp Change Log

## 1.9.0

- Adding in the core the method exec that executes sync and async commands (e6305e657355398e1b37ca78b62d9577e301f814)

## 1.8.1

- Readding the binary (13f471f)
Expand Down
2 changes: 1 addition & 1 deletion bin/phulp.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$version = '1.8.1';
$version = '1.9.0';

foreach (['../../../autoload.php', '../../autoload.php', '../vendor/autoload.php', 'vendor/autoload.php'] as $autoload) {
$autoload = __DIR__.'/'.$autoload;
Expand Down

0 comments on commit 5520716

Please sign in to comment.