summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-13 17:15:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-13 17:15:00 +0000
commit7e6796e749a9be9b8255e73058be43aa1a501920 (patch)
treee5742bc72c6dbd7e9cc0f5355372757ff5658a98 /chef-utils
parentca59043ff778f73bf462245ee9c7749f1a13c659 (diff)
downloadchef-7e6796e749a9be9b8255e73058be43aa1a501920.tar.gz
Bump version to 16.0.203 by Chef Expeditorv16.0.203
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 3b21071898..3fab094169 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.202".freeze
+ VERSION = "16.0.203".freeze
end