summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-25 01:42:48 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-25 01:42:48 +0000
commit74d0628a1c1fbb6c378dcce80343e830fff9d230 (patch)
tree32886cf94a36bc772c98634243fa4eca45fa880f /chef-config/lib
parent529d043140f9e3654607f2c73e55583b24715c24 (diff)
downloadchef-74d0628a1c1fbb6c378dcce80343e830fff9d230.tar.gz
Bump version to 16.0.157 by Chef Expeditorv16.0.157
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 b7fd7354b7..dd9249c923 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.156".freeze
+ VERSION = "16.0.157".freeze
end