summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-05 02:47:29 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-05 02:47:29 +0000
commit19edec28f46edb4fb66ea7111df6fca6f63e04b9 (patch)
tree0e6b4991e507c92626334ea14442be065457f78a /chef-config
parent8e33745aa0ab1610388f9539e51472d8181d4a08 (diff)
downloadchef-19edec28f46edb4fb66ea7111df6fca6f63e04b9.tar.gz
Bump version to 16.0.275 by Chef Expeditorv16.0.275
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 bf236715c4..b9784ce6b9 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.274".freeze
+ VERSION = "16.0.275".freeze
end