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 a4e049e commit 43bc777
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.1

- Fixing some stuff (a4e049e83a2d529c2d029060102ca96713aa7711)

## 1.9.0

- Adding in the core the method exec that executes sync and async commands (e6305e657355398e1b37ca78b62d9577e301f814)
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.9.0';
$version = '1.9.1';

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

0 comments on commit 43bc777

Please sign in to comment.