diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-29 21:25:20 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-03-29 21:25:20 +0000 |
commit | 136c246e050b7676dbf061aa22dabe0c6fdc76a1 (patch) | |
tree | 338a1dd8cfa2dd5037a18219fb5d426c48435855 /lib | |
parent | 55deb9a081b2a0430e7745a0c995fc908f227314 (diff) | |
download | chef-136c246e050b7676dbf061aa22dabe0c6fdc76a1.tar.gz |
Bump version to 14.0.182 by Expeditorv14.0.182
Diffstat (limited to 'lib')
-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 1ba8cfd99c..77257f76ab 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.181") + VERSION = Chef::VersionString.new("14.0.182") end # |