summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-25 00:06:11 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-25 00:06:11 +0000
commit4b9492cf2d18c39255ebdeb806d37777c464b7ee (patch)
tree580b93fa52307eb7e1db7a48ad9ba07317f68b66 /chef-utils/lib/chef-utils
parenta5947365de38622aefb8729b7d9d9644aac314f7 (diff)
downloadchef-4b9492cf2d18c39255ebdeb806d37777c464b7ee.tar.gz
Bump version to 16.0.242 by Chef Expeditorv16.0.242
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 0a6b6d291b..309d36ca3d 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.241".freeze
+ VERSION = "16.0.242".freeze
end