summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-19 19:56:09 -0800
committerTim Smith <tsmith@chef.io>2018-01-19 19:56:09 -0800
commit6523b2cde0c0b7c6d30e82a6f7ed579ac5f37c48 (patch)
tree7d46b6438460e6472647ca73512af149cf081d0b
parentd56fdd54438500f69089a52a1695ed0dab76a7ee (diff)
downloadohai-chef_config.tar.gz
Bump the version to 14.0.0 for chef/chefchef_config
We will tag / ship as 14.0 later, but this allows us to pin to 14.0 in chef/chef and consume from master. Signed-off-by: Tim Smith <tsmith@chef.io>
-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 d9d6cc60..24b1f780 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-2017, Chef Software Inc.
+# Copyright:: Copyright (c) 2008-2018, 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 = "13.7.1"
+ VERSION = "14.0.0"
end