summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-22 02:10:17 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-22 02:10:17 +0000
commit4ba1cc0aa1b8fcb826fe09751115bdbe9568c5bf (patch)
treed19277d2f7dd59ee84ba7cb90a523edd6f113ede /chef-utils/lib/chef-utils/version.rb
parentff80c5131d5f06a4845379b6e030191cd9131b71 (diff)
downloadchef-16.3.21.tar.gz
Bump version to 16.3.21 by Chef Expeditorv16.3.21
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 9fed0de96d..f1b45061d2 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.20".freeze
+ VERSION = "16.3.21".freeze
end