summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-23 20:02:40 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-23 20:02:40 +0000
commitae7815896e1fc7bfe50269569e63d14d6d5f73b9 (patch)
tree2d8e3e774c9c48c97a9867b892b75193c4088851 /chef-config/lib/chef-config/version.rb
parentf296469764bfd93443e766802d4fa9c3a3920746 (diff)
downloadchef-ae7815896e1fc7bfe50269569e63d14d6d5f73b9.tar.gz
Bump version to 17.9.54 by Chef Expeditorv17.9.54
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 3cf7e1a754..19727add17 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.9.53".freeze
+ VERSION = "17.9.54".freeze
end