summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-17 19:51:11 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-17 19:51:11 +0000
commit875f23b93444cc6621f3446f8036079beb9b713f (patch)
tree19cbbecbd6d881d7124292ad2aab7a46660441f8 /lib/chef/version.rb
parent497305b7daf3f36653307157b26e2b486ca5e8d4 (diff)
downloadchef-875f23b93444cc6621f3446f8036079beb9b713f.tar.gz
Bump version to 15.0.127 by Chef Expeditorv15.0.127
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 10b4af65c8..49d1c5eb0a 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.126")
+ VERSION = Chef::VersionString.new("15.0.127")
end
#