summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-14 22:29:50 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-14 22:29:51 +0000
commit20df18af02e920c706cf1b06381813ed6cafc21c (patch)
treebaf286740b0caa7272b1fc517ba5b0b6767e0719 /chef-utils
parent2892a24aa5d4c5af6db820c2d92fc1e1a9f33ce8 (diff)
downloadchef-20df18af02e920c706cf1b06381813ed6cafc21c.tar.gz
Bump version to 16.2.30 by Chef Expeditorv16.2.30
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 a9c31f3011..af5eb2451e 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.2.29".freeze
+ VERSION = "16.2.30".freeze
end