Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
reisraff committed Aug 7, 2018
1 parent 7c7bef1 commit d8e1f4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.12.4

- both compatibility php 5.6 and 7 by (@reisraff) (7c7bef1542f5ee199adf912e3b41d90a24e52aa2)

## 1.12.3

- doctrine/collections 1.4 work with php 5.6 (#48) by (@igk1972) (b741ec7694615057eb8cbb1c272ce223a9e64896)
Expand Down
2 changes: 1 addition & 1 deletion bin/phulp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ini_set('register_argc_argv', true);

$version = '1.12.3';
$version = '1.12.4';

$getArg = function ($arg, $isOption = true) use (&$argv) {
if (count($argv) > 1) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "reisraff/phulp",
"description": "The task manager for PHP",
"type": "library",
"version": "1.12.3",
"version": "1.12.4",
"keywords": [
"phulp",
"php",
Expand Down

0 comments on commit d8e1f4d

Please sign in to comment.