summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-06 15:48:58 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-06 15:48:58 +0000
commit5271eeb08c6eb5a8c7780f3aa08ff59571095ce5 (patch)
tree2fe7199f6efd816c69edb53098789b04a83ac29c /lib
parentfcae575a4ea0f2117a321ecf6c7cf533f8f0f8b7 (diff)
downloadchef-5271eeb08c6eb5a8c7780f3aa08ff59571095ce5.tar.gz
Bump version to 15.0.157 by Chef Expeditorv15.0.157
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 846dbe8b53..7a3392986a 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.156")
+ VERSION = Chef::VersionString.new("15.0.157")
end
#