summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-14 10:27:53 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-14 10:27:53 +0000
commitc563a379b2ac9a47f5bd5c9e0c40bebed86aae8c (patch)
treec7031a1e440a4a46ae1995065bb55438c3beb461 /lib
parentd704c50b71294387b389a9a42e87bd4a2a04afa5 (diff)
downloadchef-c563a379b2ac9a47f5bd5c9e0c40bebed86aae8c.tar.gz
Bump version to 14.0.57 by Expeditorv14.0.57
Diffstat (limited to 'lib')
-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 9e31c98142..84bd9389f7 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.56")
+ VERSION = Chef::VersionString.new("14.0.57")
end
#