From 7efca47e46847d581e711f3cc63c527e2a6d2a1a Mon Sep 17 00:00:00 2001 From: Ryan Krug Date: Wed, 3 Apr 2013 16:45:37 -0500 Subject: wp-cli 0.9.1 Closes #18948. 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 a40e474bb..960661ccf 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.7.0' - version '0.7.0' + url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.9.1' + version '0.9.1' head 'https://github.com/wp-cli/wp-cli.git' -- cgit v1.2.3