summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-02-23 12:26:32 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-02-23 12:26:32 -0800
commit512597d0eaf5a2b83e0997d8074ec1c3a5fab118 (patch)
tree91cdd0b797fb49f405ec1df3430814e4097bfaf1
parent5f04ffaf58e6f457a221b23df4ded4024d998e34 (diff)
downloadohai-512597d0eaf5a2b83e0997d8074ec1c3a5fab118.tar.gz
bump ohai version to 13.0.0 for chef-13 development
this probably should have been done on master earlier since breaking changes already went into ohai master Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/ohai/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 235639b0..4a315225 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -1,6 +1,6 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
-# Copyright:: Copyright (c) 2008-2016 Chef Software, Inc.
+# Copyright:: Copyright (c) 2008-2017, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "8.23.0"
+ VERSION = "13.0.0"
end