summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-15 00:18:59 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-15 00:18:59 +0000
commit5ff5d125a3a9229ed2a97d47c9a8afb81201278b (patch)
treeac0eab943d2631ead027b0c1b163197f112cf1d4 /lib
parent6bf271e8820668e7398c92f64ea095a65410e017 (diff)
downloadchef-5ff5d125a3a9229ed2a97d47c9a8afb81201278b.tar.gz
Bump version to 15.5.6 by Chef Expeditorv15.5.6
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 a7f7cc3024..a56059ff27 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.5.5")
+ VERSION = Chef::VersionString.new("15.5.6")
end
#