summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-24 06:26:56 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-24 06:26:56 +0000
commitd0845f00e33890b290127168d1e9b07af3374769 (patch)
tree663386b683bd91f64d54956fa49a0b2411694def /chef-config/lib/chef-config/version.rb
parent8afc34172a1c8753127a6bb76107086558bbc6dc (diff)
downloadchef-d0845f00e33890b290127168d1e9b07af3374769.tar.gz
Bump version to 16.2.55 by Chef Expeditorv16.2.55
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 083a944f8b..9186087b8c 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("../..", __FILE__)
- VERSION = "16.2.54".freeze
+ VERSION = "16.2.55".freeze
end