summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-20 04:59:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-20 04:59:41 +0000
commitfbffa8b87152dd53b666435180e5b1863706cf0e (patch)
tree224e492b5f12f8ef7d10659bd8b80ebc7d18d835 /chef-config
parent5528bc658301f1b0e5ed54a2ae9617c436a1ae5e (diff)
downloadchef-fbffa8b87152dd53b666435180e5b1863706cf0e.tar.gz
Bump version to 16.9.26 by Chef Expeditorv16.9.26
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 1b1206f929..e181ad5ee5 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.9.25".freeze
+ VERSION = "16.9.26".freeze
end