summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-02 18:17:15 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-02 18:17:15 +0000
commit6185d25626e63973c22ed4736af048c1f11dab9d (patch)
treed54b1054b6bb7c3ca7bd0527cbe0adb66bbcc183 /chef-config/lib/chef-config
parent48bfaee25b0100cd84b7447c1f20552df8db1b0d (diff)
downloadchef-6185d25626e63973c22ed4736af048c1f11dab9d.tar.gz
Bump version to 16.0.178 by Chef Expeditorv16.0.178
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 d561214f0b..69b71fd518 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.177".freeze
+ VERSION = "16.0.178".freeze
end