From 9baece866bda7442464c85a2a3f6eba9a2d619da Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 31 Dec 2010 09:11:30 -0800 Subject: [PATCH] Homebrew 0.8 --- Library/Homebrew/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 209f42e759..f248ce36ed 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -7,7 +7,7 @@ require 'compatibility' ARGV.extend(HomebrewArgvExtension) -HOMEBREW_VERSION = '0.7.1' +HOMEBREW_VERSION = '0.8' HOMEBREW_WWW = 'http://mxcl.github.com/homebrew/' HOMEBREW_CACHE = if Process.uid == 0