summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-17 03:28:46 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-17 03:28:46 +0000
commitbdbc25af1b618bcab01990e19973031d648a87df (patch)
treed41617f34352c4e93bb24e3744c554ee41250c1d /chef-config
parent98ee595a80d2f7adab1d04dbc5dd0d81f4fa0340 (diff)
downloadchef-bdbc25af1b618bcab01990e19973031d648a87df.tar.gz
Bump version to 17.7.10 by Chef Expeditorv17.7.10
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 fb9da5d9af..8d7eb08db0 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.7.9".freeze
+ VERSION = "17.7.10".freeze
end