summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-24 15:26:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-24 15:26:54 +0000
commita837274170360465246fe9e91db678f0540116ec (patch)
tree51ce68551414e38573f2a49e33c51fcd649fdd72 /chef-config/lib
parente1e769c1d5f8e70797c25293838fd5d3e815a913 (diff)
downloadchef-a837274170360465246fe9e91db678f0540116ec.tar.gz
Bump version to 16.10.19 by Chef Expeditorv16.10.19
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 0a81e13486..dce4dcde30 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.10.18".freeze
+ VERSION = "16.10.19".freeze
end