aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/global.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb
index fda41c5d3..3f742db5c 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -6,7 +6,7 @@ require 'exceptions'
ARGV.extend(HomebrewArgvExtension)
-HOMEBREW_VERSION = '0.8'
+HOMEBREW_VERSION = '0.8.1'
HOMEBREW_WWW = 'http://mxcl.github.com/homebrew/'
HOMEBREW_CACHE = if ENV['HOMEBREW_CACHE']