summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-14 15:56:48 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-14 15:56:48 +0000
commitf761b7f956f6b9a10301982c9c88167e7ade23ae (patch)
tree6453c92653932c23516624048be004f49a52c1b8 /lib/chef
parente95f300ae667a2afe00dc590e5a0c7c7712c998c (diff)
downloadchef-f761b7f956f6b9a10301982c9c88167e7ade23ae.tar.gz
Bump version of chef to 12.10.53 by Chef Versioner.v12.10.53
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 56c796614a..3de301dfd6 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.10.52"
+ VERSION = "12.10.53"
end
#