summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-26 05:46:01 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-26 05:46:01 +0000
commit25288f2509a1f15d395d9070462052ecffc9abaa (patch)
tree53e280e0f11ec9a4254a1558bf2db19b69b4257c /chef-config/lib
parent14bc7c4607ea8f63ecafec16eeba8f500cee60e9 (diff)
downloadchef-25288f2509a1f15d395d9070462052ecffc9abaa.tar.gz
Bump version to 17.6.3 by Chef Expeditorv17.6.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 4ebc68d881..723f2bd1c7 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.6.2".freeze
+ VERSION = "17.6.3".freeze
end