summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-17 20:13:52 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-17 20:13:52 +0000
commitc2cae40483498d580b26b64104202ae7ca898e34 (patch)
tree4a62555ca525db79b3fbe23d079a873d827431cb /lib
parente90a22482a79320fbd48191d3ef7715ec151ce10 (diff)
downloadchef-c2cae40483498d580b26b64104202ae7ca898e34.tar.gz
Bump version to 15.0.129 by Chef Expeditorv15.0.129
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 10cd9ca904..8dc905a2cc 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.128")
+ VERSION = Chef::VersionString.new("15.0.129")
end
#