summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-22 16:07:56 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-22 16:07:56 +0000
commitf70d074269d42e9c269349e72d0fa65146533b50 (patch)
treea04fb052d09dac66e9090dc638b17664a931f671 /chef-utils/lib/chef-utils/version.rb
parent6882d9aa26ead8aaf780ca797cacc507a281e756 (diff)
downloadchef-f70d074269d42e9c269349e72d0fa65146533b50.tar.gz
Bump version to 16.0.235 by Chef Expeditorv16.0.235
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 143e78af75..9c8473db7b 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.234".freeze
+ VERSION = "16.0.235".freeze
end