diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-20 18:47:33 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-20 18:47:33 +0000 |
commit | 19c2bc959473151e70a2fabea475127de85a7920 (patch) | |
tree | 2ba17974f5f0e2b7a18c0a9c46697ef4eda91834 /chef-utils | |
parent | 3dae6b529ce4781169ebd7a138e61fe271afb3d3 (diff) | |
download | chef-19c2bc959473151e70a2fabea475127de85a7920.tar.gz |
Bump version to 16.3.18 by Chef Expeditorv16.3.18
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index a0cae48271..ad2d973314 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.3.17".freeze + VERSION = "16.3.18".freeze end |