summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-14 19:42:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-14 19:42:05 +0000
commit2bc74698b437f0c1229a154027821adb0738d368 (patch)
tree7f2f5b23c9590cea84e611278b1397d222b4ef4e /chef-config
parente9cd3e6172a9de42a8154061c0329d2473f4e11a (diff)
downloadchef-2bc74698b437f0c1229a154027821adb0738d368.tar.gz
Bump version to 17.7.8 by Chef Expeditorv17.7.8
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 bda4b3bdb3..7ea5aab15a 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.7".freeze
+ VERSION = "17.7.8".freeze
end