summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-07 14:35:27 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-07 14:35:27 +0000
commit67e6a0572261f42e0d58d6079fbe2933744e8aaf (patch)
tree35aa96fe4fb9cfa144e933c7a5dbc899ca0fcb20 /lib/chef
parent7fd86be02c7408fd790f54512f8abeae86ae536f (diff)
downloadchef-67e6a0572261f42e0d58d6079fbe2933744e8aaf.tar.gz
Bump version to 14.5.6 by Chef Expeditorv14.5.6
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 38faa76549..835d465e9f 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("14.5.5")
+ VERSION = Chef::VersionString.new("14.5.6")
end
#