summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-17 01:13:48 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-17 01:13:53 +0000
commitcb119bbc00e1792a4fc203c4a386ed28f6984f5e (patch)
tree461745106e5e74a8df765a831e13d00677762823 /chef-config/lib/chef-config/version.rb
parent86fd98a5995794c688dba31d405811b31fb44a73 (diff)
downloadchef-cb119bbc00e1792a4fc203c4a386ed28f6984f5e.tar.gz
Bump version to 16.15.4 by Chef Expeditorv16.15.4
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 41e872a6d2..465c802fd0 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.15.3".freeze
+ VERSION = "16.15.4".freeze
end