aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorRyan Krug2013-04-03 16:45:37 -0500
committerJack Nagel2013-04-03 17:30:55 -0500
commit7efca47e46847d581e711f3cc63c527e2a6d2a1a (patch)
tree29b295ac98d1c6f67e1f728081abf00d72237ecb /Library/Formula
parentf83978b9d64d85b6e5d5153cf6d710b1c3c8524f (diff)
downloadhomebrew-7efca47e46847d581e711f3cc63c527e2a6d2a1a.tar.bz2
wp-cli 0.9.1
Closes #18948. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wp-cli.rb4
1 files changed, 2 insertions, 2 deletions
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'