diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-06 18:01:13 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-06 18:01:13 +0000 |
commit | 30ee30b9b4806d8dbc81853a019dc99cbe4adfe1 (patch) | |
tree | 5d4114ba823d4bc61fbfa41639f5f324b2379029 /lib/chef/version.rb | |
parent | 6d9ae0928a51a79ca24d4f89ff00fabc97fa43b0 (diff) | |
download | chef-30ee30b9b4806d8dbc81853a019dc99cbe4adfe1.tar.gz |
Bump version to 14.0.118 by Expeditorv14.0.118
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 0944fe4bb1..f382f0637a 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.0.117") + VERSION = Chef::VersionString.new("14.0.118") end # |