summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-08 18:31:38 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-08 18:31:38 +0000
commitc9a1a5d09b76d8da88339bb136cb673228e602ed (patch)
tree2cd313d885036e84f145c002d945190534d74e0b /lib
parentce93d225ebd9c37e98d37fa830d00d19e2d3da3f (diff)
downloadchef-c9a1a5d09b76d8da88339bb136cb673228e602ed.tar.gz
Bump version of chef to 12.16.53 by Chef Versioner.v12.16.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 2821fd8031..8d145d7e25 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.16.52"
+ VERSION = "12.16.53"
end
#