summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-20 19:52:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-20 19:52:21 +0000
commitdc3928deedd681fe50b02620af942f6b08010d58 (patch)
tree1c173006a019d5832982ea2cae05025c410fefc5 /chef-utils/lib/chef-utils/version.rb
parent33981fdc632aed95f5589f1a24af138c5fada4c0 (diff)
downloadchef-dc3928deedd681fe50b02620af942f6b08010d58.tar.gz
Bump version to 16.0.229 by Chef Expeditorv16.0.229
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 3fff71c465..37df554c0d 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.228".freeze
+ VERSION = "16.0.229".freeze
end