summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-26 19:54:43 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-26 19:54:43 +0000
commit566630269bfbde6b4cc276120a0a58e5bdb31cd5 (patch)
tree4a3caeb535b60915fbcd848686a7edd0ca7284c2 /chef-config/lib/chef-config/version.rb
parent4379ae2bbe40a64701228ad843328b576f7194ec (diff)
downloadchef-16.7.1.tar.gz
Bump version to 16.7.1 by Chef Expeditorv16.7.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 543ee10356..c6b0432274 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.7.0".freeze
+ VERSION = "16.7.1".freeze
end