summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-09 23:24:02 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-09 23:24:02 +0000
commitb161757e090d7b4e09bf240b8c89efd51a083d00 (patch)
tree9ce263c4d8a483c8c5c9ac8ab2173aa801b7a2a2 /chef-config/lib/chef-config
parenta5451d119b23e16975e099369e9e44b3658a1e61 (diff)
downloadchef-b161757e090d7b4e09bf240b8c89efd51a083d00.tar.gz
Bump version to 15.0.58 by Chef Expeditorv15.0.58
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 f7f6932e25..21d47d3d39 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.0.57".freeze
+ VERSION = "15.0.58".freeze
end
#