summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-09 21:02:55 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-09 21:02:55 +0000
commit156e91bff63f275884ff6ddcb70ab49a05c7270d (patch)
treea41f04668cf0ed08b9c080b9bdcb9212fb51d59f /lib
parentb75dd8bd79d2d993da2060631e6570b6eb9bb723 (diff)
downloadchef-156e91bff63f275884ff6ddcb70ab49a05c7270d.tar.gz
Bump version to 15.0.57 by Chef Expeditorv15.0.57
Obvious fix; these changes are the result of automation not creative thinking.
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 3ee53c5deb..5bff129d9a 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("15.0.56")
+ VERSION = Chef::VersionString.new("15.0.57")
end
#