summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-24 23:13:48 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-24 23:13:48 +0000
commit65bef214abf0c4d37aeb7e2f606925845b4e612c (patch)
tree97e934a1e24aaa54402ebdf29022cc0e2016c207 /chef-utils
parent7ebeebe3d907d82bbd852bb0a4a7025e1da23b73 (diff)
downloadchef-65bef214abf0c4d37aeb7e2f606925845b4e612c.tar.gz
Bump version to 16.0.156 by Chef Expeditorv16.0.156
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index d31f48b35f..2c4add84a8 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.155".freeze
+ VERSION = "16.0.156".freeze
end