summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-24 19:19:47 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-24 19:19:47 +0000
commit6dbc75814a2ac434e60a46c848d223c04201be76 (patch)
tree135a226abf777fdd33784b8dd07bb425d16cd7d7 /lib
parent6e0f2e616e18b892e28672d53f9c8bef89f59116 (diff)
downloadchef-6dbc75814a2ac434e60a46c848d223c04201be76.tar.gz
Bump version of chef to 12.18.52 by Chef Versioner.v12.18.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 690037d7fc..3f91c89cee 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.18.51"
+ VERSION = "12.18.52"
end
#