summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-02 16:00:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-02 16:00:12 +0000
commit5d252bfe4fd028c809e931a3fe6d9c80333a6d0b (patch)
treea7471deca9e3dc363e8b4aef371ff36e82296908 /chef-utils
parentbb9010335746e3c18473e96226b0630f61d4e305 (diff)
downloadchef-5d252bfe4fd028c809e931a3fe6d9c80333a6d0b.tar.gz
Bump version to 16.2.76 by Chef Expeditorv16.2.769282
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 20ca0aa3d9..78277b2eaa 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.75".freeze
+ VERSION = "16.2.76".freeze
end