summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-04 15:31:05 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-04 15:31:05 +0000
commit4f0f2c18953a97ca56c0a21b9e1161bcd3a6ca8d (patch)
tree9bb5ca4b96da4cb694a8cee593788e836c8101c6 /chef-config/lib
parentd9b7a7f93e0a6a5c6e587d7b1bf4fbb0689858ac (diff)
downloadchef-4f0f2c18953a97ca56c0a21b9e1161bcd3a6ca8d.tar.gz
Bump version to 16.0.181 by Chef Expeditorv16.0.181
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 df19ba37e2..b5374ec7a9 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.180".freeze
+ VERSION = "16.0.181".freeze
end