summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-20 20:24:17 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-20 20:24:17 +0000
commit472f0145f7a6b5044ef74ac153abe95cf54a8f9d (patch)
treef43f4e6c5de32b7c811bb79b72224ec3926646a7 /lib
parentf34e905c784355d42d0e6cf06fb7de54a656c6f5 (diff)
downloadchef-472f0145f7a6b5044ef74ac153abe95cf54a8f9d.tar.gz
Bump version of chef to 13.0.55 by Chef Versioner.v13.0.55
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 7cfcf9c005..68951d1ac7 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.54"
+ VERSION = "13.0.55"
end
#