summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-24 16:36:47 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-24 16:36:47 +0000
commitc222a1a28b6fe07a589f07370f4fbb21c886cf76 (patch)
tree9bba7c707ae22947a66536513d0adb2d2ed58077 /chef-config
parentfa27cd61d04d09f558197cabeb0e465b815c8d91 (diff)
downloadchef-c222a1a28b6fe07a589f07370f4fbb21c886cf76.tar.gz
Bump version to 18.0.55 by Chef Expeditorv18.0.55
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 1e5fdbb849..3d92e55a3a 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 = "18.0.54".freeze
+ VERSION = "18.0.55".freeze
end