From 2bb30fc5f0ab4146190e65d017ea0ad4eac40dbf Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sun, 6 Mar 2016 15:01:54 +0800 Subject: --version/config: show core tap information --- Library/brew.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/brew.rb') diff --git a/Library/brew.rb b/Library/brew.rb index cf89cb86d..202e9a847 100644 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -7,6 +7,7 @@ require "global" if ARGV == %w[--version] || ARGV == %w[-v] puts "Homebrew #{Homebrew.homebrew_version_string}" + puts "Homebrew/homebrew-core #{Homebrew.core_tap_version_string}" exit 0 end -- cgit v1.2.3