summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 02:52:08 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 02:52:08 +0000
commitca77e0deb566570f2bd4e24bb4fe037a21123480 (patch)
tree5c05fd46714f3d0cb307e13eeb2cfd5d9d657b3b /chef-utils
parent80a6c91ce3cb5e17a933b07f0d42535e145b33f4 (diff)
downloadchef-ca77e0deb566570f2bd4e24bb4fe037a21123480.tar.gz
Bump version to 16.3.33 by Chef Expeditorv16.3.33
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 d7982af032..450b82f825 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("..", __dir__)
- VERSION = "16.3.32".freeze
+ VERSION = "16.3.33".freeze
end