summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-25 01:00:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-25 01:00:12 +0000
commit7b45cbe3a758741ed9a07a8b7542ccb037235c3e (patch)
tree9d9837e249d27e20bf489692097b5a34376a6e5c /chef-config/lib
parent6bcc1100c621ea31f4db48a2a882506c9115cbf9 (diff)
downloadchef-7b45cbe3a758741ed9a07a8b7542ccb037235c3e.tar.gz
Bump version to 16.0.80 by Chef Expeditorv16.0.80
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index d80846d805..7d675b065c 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.79".freeze
+ VERSION = "16.0.80".freeze
end