summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-24 22:59:17 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-24 22:59:17 +0000
commit6515a61d647e60ebfd688c9bf11dd64855d30e5f (patch)
tree2f4615e80b74e0f1a73aeb530f18cbe34e1ce117 /chef-utils/lib/chef-utils/version.rb
parent61243a480a686624621fd3ec8413b326036326bc (diff)
downloadchef-6515a61d647e60ebfd688c9bf11dd64855d30e5f.tar.gz
Bump version to 16.0.155 by Chef Expeditorv16.0.155
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 56f6f3de35..d31f48b35f 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.154".freeze
+ VERSION = "16.0.155".freeze
end