summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-02-23 11:58:54 +0000
committerThom May <thom@chef.io>2018-02-23 15:25:59 +0000
commit8a002eefdeb0fdc12724b59ec15b4e2f1dbf3059 (patch)
treec86e18d73b4b6d54c4198bd22bd2bd5da2d93757
parent4dbe3b60591088207ceedd5dad53bb2665ba0beb (diff)
downloadchef-tm/fix_ohai_loading.tar.gz
Ensure we pull in ohai on the 13 branchtm/fix_ohai_loading
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--VERSION2
-rw-r--r--omnibus_overrides.rb1
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index be32b17743..4472695520 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.7.28 \ No newline at end of file
+13.8.0
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb
index e40a322775..e7f0404a7e 100644
--- a/omnibus_overrides.rb
+++ b/omnibus_overrides.rb
@@ -20,3 +20,4 @@ override "util-macros", version: "1.19.0"
override "xproto", version: "7.0.28"
override "zlib", version: "1.2.11"
override "openssl", version: "1.0.2n"
+override "ohai", version: "13-stable"