summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-25 19:00:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-25 19:00:32 +0000
commit3e774a6bc7e7d65231d4b45753cc0404189a5359 (patch)
treee0abede6d2c6fb90db92d0a3fe0f7457903a2a29 /chef-utils/lib/chef-utils/version.rb
parent0dbc0e01fdbf86360d5d348f07f429972913f52d (diff)
downloadchef-3e774a6bc7e7d65231d4b45753cc0404189a5359.tar.gz
Bump version to 16.0.247 by Chef Expeditorv16.0.247
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 f0cc07acbd..6eb42dbb2a 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.246".freeze
+ VERSION = "16.0.247".freeze
end