summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-08 18:17:43 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-08 18:17:43 +0000
commit5be96103238739f8124e1f62c67d64e5f1368025 (patch)
tree69e925b428293442685addbddc7237dbd89519c0 /lib
parentd85f6b6e4c1450a5c80479c8bf07cd9ba3d806f4 (diff)
downloadchef-5be96103238739f8124e1f62c67d64e5f1368025.tar.gz
Bump version of chef to 12.16.52 by Chef Versioner.v12.16.52
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 e51d0f5787..2821fd8031 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.51"
+ VERSION = "12.16.52"
end
#