summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-24 18:29:42 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-24 18:29:43 +0000
commitce2f6b8e14b11aaad8adf7597ecef6395816a8e4 (patch)
tree9ef8f594b53e8cec1babb8683b85a01b5ad8b272 /chef-config
parent9f886a892258d8788441a5943064a21152a881f9 (diff)
downloadchef-ce2f6b8e14b11aaad8adf7597ecef6395816a8e4.tar.gz
Bump version to 16.0.77 by Chef Expeditorv16.0.77
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 24557d32eb..b97683f74f 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.76".freeze
+ VERSION = "16.0.77".freeze
end