summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-28 17:49:16 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-28 17:49:16 +0000
commit91b43a5d2f730f7f6291e9dfca90853778d0fb78 (patch)
tree26ba7ac611c4f7cd1ae463358272c05a3c1a771d /chef-config/lib
parent202d4bdf50cfd22caf948f9cbe1f5b78a2e40aee (diff)
downloadchef-91b43a5d2f730f7f6291e9dfca90853778d0fb78.tar.gz
Bump version to 17.4.7 by Chef Expeditorv17.4.7
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 b434b29458..0e71f1ee16 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.4.6".freeze
+ VERSION = "17.4.7".freeze
end