summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-14 19:52:32 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-14 19:52:32 +0000
commitf9b72cfc75a2f90b6b7e71b6d78a82b1b09fd09b (patch)
tree703dafd7df3abfc45b27ef996dc5d24d443f1e20 /lib/chef/version.rb
parent2f804571812782603b027a68048b97534bcef0fc (diff)
downloadchef-f9b72cfc75a2f90b6b7e71b6d78a82b1b09fd09b.tar.gz
Bump version to 14.0.58 by Expeditorv14.0.58
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 84bd9389f7..de0f6495b9 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.57")
+ VERSION = Chef::VersionString.new("14.0.58")
end
#