summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 12:14:00 -0600
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-17 12:14:00 -0600
commit24f9aa58766507a3db8c9b9b3ee24316fb64820b (patch)
tree16a48485a6450fa394167a27692fd0fc7c3676ce
parentf7d8c82e6961e3ba2a4b32956f39981cb8ad5099 (diff)
parent5519abdb4554c33626b1a2ed85285ce0520df3b8 (diff)
downloadohai-24f9aa58766507a3db8c9b9b3ee24316fb64820b.tar.gz
Merge remote-tracking branch 'origin/8-stable' into HEAD
* origin/8-stable: Rename build Added appveyor.yml bumping version to 8.0.1 restrict to ruby >= 2.0.0 to match chef add require resolv to work around missing constant issue in cvt testers Conflicts: appveyor.yml ohai.gemspec
-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