summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-06 23:21:53 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-06 23:21:53 +0000
commit1782483ea52f347b0564fbdfb44b23693824d2e2 (patch)
treebb7dd9e188234b05b2ad83d3652f388051649753 /lib
parent9eea32162370b9bf6d0a00f1b4fe7e14850f03d3 (diff)
downloadchef-1782483ea52f347b0564fbdfb44b23693824d2e2.tar.gz
Bump version of chef to 12.14.53 by Chef Versioner.v12.14.53
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 7f8fbeecad..3a1632293b 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.14.52"
+ VERSION = "12.14.53"
end
#