summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-16 00:10:26 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-16 00:10:26 +0000
commitb66ac41fe66aadb68925958358b9b66e469023bc (patch)
tree0f15f37f8d9dd0b5c1f8f89defce42a5fa5701fd /chef-utils/lib/chef-utils/version.rb
parente8f47679e92e7fa1641834ea9da27ebd47e750ad (diff)
downloadchef-b66ac41fe66aadb68925958358b9b66e469023bc.tar.gz
Bump version to 16.8.16 by Chef Expeditorv16.8.16
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 be6b64c1fb..5b1174ca33 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.8.15"
+ VERSION = "16.8.16"
end