aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wp-cli.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-20 09:35:37 -0800
committerAdam Vandenberg2013-01-20 09:35:37 -0800
commit60de4c8a98f4f8ddb1e788d89037ffcadfd6436d (patch)
treed5d00f35b190a340d287fcd6d6c29972e1a7898c /Library/Formula/wp-cli.rb
parentb8f66cff25c20439069c9978f52fcf6a90985dc4 (diff)
downloadhomebrew-60de4c8a98f4f8ddb1e788d89037ffcadfd6436d.tar.bz2
wp-cli 0.7.0
Diffstat (limited to 'Library/Formula/wp-cli.rb')
-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 08c9687fd..a40e474bb 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.6.0'
- version '0.6.0'
+ url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.7.0'
+ version '0.7.0'
head 'https://github.com/wp-cli/wp-cli.git'