aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/brew.rb')
-rw-r--r--Library/brew.rb1
1 files changed, 1 insertions, 0 deletions
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