Skip to content

Commit

Permalink
bump version, rebuild phpbrew and completion files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioAlmada committed Jun 11, 2015
1 parent d764de7 commit 661c646
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion completion/zsh/_phpbrew
Expand Up @@ -184,7 +184,7 @@ local ret=1
'--http-proxy=[The HTTP Proxy to download PHP distributions. e.g. --http-proxy=22.33.44.55\:8080]' \
'--http-proxy-auth=[The HTTP Proxy Auth to download PHP distributions. user\:pass]' \
'--connect-timeout=[The system aborts the command if downloading of a php version not starts during this limit. This option overrides a value of CONNECT_TIMEOUT environment variable.]' \
'(-f --force)'{-f,--force}'[Force the installation.]' \
'(-f --force)'{-f,--force}'[Force the installation (redownloads source).]' \
'(-d --dryrun)'{-d,--dryrun}'[Do not build, but run through all the tasks.]' \
'--like=[Inherit variants from an existing build. This option would require an existing build directory from the {version}.]' \
'(-j --jobs)'{-j,--jobs=}'[Specifies the number of jobs to run build simultaneously (make -jN).]' \
Expand Down
Binary file modified phpbrew
Binary file not shown.
2 changes: 1 addition & 1 deletion src/PhpBrew/Console.php
Expand Up @@ -6,7 +6,7 @@
class Console extends Application
{
const NAME = 'phpbrew';
const VERSION = "1.19.5";
const VERSION = "1.19.6";

public function options($opts) {
parent::options($opts);
Expand Down

0 comments on commit 661c646

Please sign in to comment.