summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-02 19:46:54 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-02 19:46:54 +0000
commit24e595efa966e342ee3c5c999d534a5ee78b7e12 (patch)
tree820885fc6ab2ceee4cb8e13c7c2af67a896204ba /chef-utils
parentfb8edc342a1556ff452d9943937dfe19c8e4ccc5 (diff)
downloadchef-24e595efa966e342ee3c5c999d534a5ee78b7e12.tar.gz
Bump version to 16.2.79 by Chef Expeditorv16.2.79
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 a0a1a72af3..e165a1ae2b 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.78".freeze
+ VERSION = "16.2.79".freeze
end