summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2015-07-24 12:14:23 -0700
committerClaire McQuin <claire@getchef.com>2015-07-24 12:14:23 -0700
commit7f70a00675a97c15a1c7ac96bbcbf47dd03adc5b (patch)
tree879b5ca0a759761d01d0433f134c949cbae106d6
parent114db57c8ae1558f24e8b69c5ae19a59a1ca4b19 (diff)
downloadohai-version/8.6.0.current.0.tar.gz
Update Ohai::VERSIONohai-version/8.6.0.current.0
-rw-r--r--lib/ohai/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d9c2d776..9c9ae59d 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '8.5.0'
+ VERSION = '8.6.0.current.0'
end