summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-04 22:05:11 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-04 22:05:11 +0000
commit4ae023ba4550165e3e2914cfe60bff7f048f9ab9 (patch)
tree4a931580f3be15784db510412c148c20b1db478d /lib/chef
parentd04eece1bc5316d1b43f14ab95f060a066f17dc4 (diff)
downloadchef-4ae023ba4550165e3e2914cfe60bff7f048f9ab9.tar.gz
Bump version to 15.0.153 by Chef Expeditorv15.0.153
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 77223dde49..ca8a3b7164 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.152")
+ VERSION = Chef::VersionString.new("15.0.153")
end
#