summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-16 18:21:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-16 18:21:41 +0000
commite49103426ac146fe1d0c40efe9886d40faef6c3b (patch)
treea9294ff99cfde89c158d8aa4cb166dadc049f913 /chef-utils
parent67f537c9b108fda9bac80ca8c275c4ac1c3a6d80 (diff)
downloadchef-e49103426ac146fe1d0c40efe9886d40faef6c3b.tar.gz
Bump version to 16.0.140 by Chef Expeditorv16.0.140
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 f54cbfb428..e81e0c08fd 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.139".freeze
+ VERSION = "16.0.140".freeze
end