summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-25 16:37:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-25 16:37:34 +0000
commit1e319e3b7a9fa66d4c207f4b262b053fd0a7d5e1 (patch)
tree99217b32e0de87aa292f86b030d61ea914a0e6c4 /lib/chef
parent19278b684d5c3f2e117ff005171f8c05001780a9 (diff)
downloadchef-1e319e3b7a9fa66d4c207f4b262b053fd0a7d5e1.tar.gz
Bump version to 15.1.27 by Chef Expeditorv15.1.27
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 cb550b8066..d12370b191 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.26")
+ VERSION = Chef::VersionString.new("15.1.27")
end
#