aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tab.rb
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-04 00:56:06 +0000
committerAlyssa Ross2017-01-04 00:56:06 +0000
commit56d6695bf36805bb32a960e377a564fc4df5d716 (patch)
tree9d48a332627566c64362471c50c61d2f0c44bd1b /Library/Homebrew/tab.rb
parentb7e10ba23972e3ebfdc4a75da1b6e2016d3e99c9 (diff)
downloadbrew-56d6695bf36805bb32a960e377a564fc4df5d716.tar.bz2
tab: set homebrew_version in Tab.empty
Diffstat (limited to 'Library/Homebrew/tab.rb')
-rw-r--r--Library/Homebrew/tab.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 669846dfc..746c3dd92 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -168,6 +168,7 @@ class Tab < OpenStruct
def self.empty
attributes = {
+ "homebrew_version" => HOMEBREW_VERSION,
"used_options" => [],
"unused_options" => [],
"built_as_bottle" => false,