summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-21 02:37:49 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-21 02:37:49 +0000
commitc0e5919c4dda94ec468165d5a21fcba2186c4994 (patch)
tree6d29d379a4918e8066fec734f552dd449139f07d /chef-utils/lib/chef-utils
parent025cbd21f539985429b63d4c3c2c9d8e2f49bd45 (diff)
downloadchef-c0e5919c4dda94ec468165d5a21fcba2186c4994.tar.gz
Bump version to 16.0.231 by Chef Expeditorv16.0.231
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 ff81186beb..0ad48ac281 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.230".freeze
+ VERSION = "16.0.231".freeze
end