summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 22:31:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 22:31:52 +0000
commitc10ba533d33c4ccb18cde6332bca16b2dd7d7edf (patch)
tree305505023636456bed707c93feb71dc011c28c1f /chef-config
parent6fa4bb2e1530d4318c509398b77a91a78a3afdfd (diff)
downloadchef-c10ba533d33c4ccb18cde6332bca16b2dd7d7edf.tar.gz
Bump version to 16.0.255 by Chef Expeditorv16.0.255
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 7333e9743d..bea97d8533 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.0.254".freeze
+ VERSION = "16.0.255".freeze
end