summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-02 18:18:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-02 18:18:13 +0000
commita41cffa62a4fe213d77d18c55411ff1ca4cdac76 (patch)
tree600de5d273f5f2b3d13c04f0cc3a5e2e2a7873d4 /chef-config
parenta287bde62d4faeffbc7026daa3c05b993fc22d55 (diff)
downloadchef-a41cffa62a4fe213d77d18c55411ff1ca4cdac76.tar.gz
Bump version to 16.0.104 by Chef Expeditorv16.0.104
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 3c133fed80..df11806e13 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("../..", __FILE__)
- VERSION = "16.0.103".freeze
+ VERSION = "16.0.104".freeze
end