summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-12 14:50:18 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-12 14:50:18 +0000
commit2c939d4f6c699d058731ad8c6fd32e9fa8e18a1e (patch)
tree3e23e6b907640a4f10c4a149bc8fff90e799ec0b /lib
parenta4e5ed2f4974659fee0748b3386606a16210bd72 (diff)
downloadchef-2c939d4f6c699d058731ad8c6fd32e9fa8e18a1e.tar.gz
Bump version of chef to 12.17.53 by Chef Versioner.v12.17.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 bb7035f913..36d61d480d 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.17.52"
+ VERSION = "12.17.53"
end
#