From 6f9cb0d7f1c0e2b584bba962c1e96a917ef9b2d5 Mon Sep 17 00:00:00 2001 From: Hugo Ferreira Date: Mon, 17 Sep 2012 15:44:52 +0200 Subject: wp-cli 0.6.0 Closes #14984. Signed-off-by: Jack Nagel --- Library/Formula/wp-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/wp-cli.rb') diff --git a/Library/Formula/wp-cli.rb b/Library/Formula/wp-cli.rb index d67ae3a0c..08c9687fd 100644 --- a/Library/Formula/wp-cli.rb +++ b/Library/Formula/wp-cli.rb @@ -4,8 +4,8 @@ class WpCli < Formula homepage 'https://github.com/wp-cli/wp-cli/' # Use the tag instead of the tarball to get submodules - url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.5.0' - version '0.5.0' + url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.6.0' + version '0.6.0' head 'https://github.com/wp-cli/wp-cli.git' -- cgit v1.2.3