summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-13 16:48:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-13 16:48:46 +0000
commite242c04e67add073a3881434ec2ad9b04a7f6c41 (patch)
treed241dc038e616c318c110199e28210b9be4af1dd /chef-utils/lib/chef-utils
parent47e0689b2df962ceb7449c44721de66a5d9d1203 (diff)
downloadchef-e242c04e67add073a3881434ec2ad9b04a7f6c41.tar.gz
Bump version to 16.0.135 by Chef Expeditorv16.0.135
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 dd378f97e8..38a9cddad5 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.134".freeze
+ VERSION = "16.0.135".freeze
end