summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 12:33:59 -0600
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 12:33:59 -0600
commit1389081819c740958626e9afb63b7535de894368 (patch)
tree16a48485a6450fa394167a27692fd0fc7c3676ce
parentf7d8c82e6961e3ba2a4b32956f39981cb8ad5099 (diff)
parent24f9aa58766507a3db8c9b9b3ee24316fb64820b (diff)
downloadohai-1389081819c740958626e9afb63b7535de894368.tar.gz
Merge pull request #484 from chef/jdm/merge-into-master
Jdm/merge into master
-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 76b6bf67..52132b66 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.0.0'
+ VERSION = '8.0.1'
end