From 8c21cd4c640acfaf858d9a5f8aed7c374106a1a6 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 11 Nov 2009 18:39:08 +0000 Subject: [PATCH] It's about time we bumped the version eh? --- 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 05fc144e2d..874804370b 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -27,7 +27,7 @@ require 'utils' ARGV.extend(HomebrewArgvExtension) -HOMEBREW_VERSION = 0.4 +HOMEBREW_VERSION = 0.5 HOMEBREW_WWW = 'http://bit.ly/Homebrew' if Process.uid == 0