summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-12 22:21:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-12 22:21:18 +0000
commit8aa08bb1c88cb855e69edcb665888e6e8c9ee57d (patch)
tree7b29a391ee2164055b0ae6e69cedafc2a310d293 /chef-config
parented247ca28faad0ccab409b392fdf13c69d9c3665 (diff)
downloadchef-8aa08bb1c88cb855e69edcb665888e6e8c9ee57d.tar.gz
Bump version to 17.0.95 by Chef Expeditorv17.0.95
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 df79a30e81..894a4a45ae 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 = "17.0.94".freeze
+ VERSION = "17.0.95".freeze
end