summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-25 01:26:53 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-25 01:26:53 +0000
commit7eb25ecc82dd4737c3397c5fa421ee909a969725 (patch)
tree13bdd817d7b143ebac2944206cabcdcacdc827f2 /lib/chef/version.rb
parentb20c106d73d4351ac0a42c447a4093b03a8349b1 (diff)
downloadchef-7eb25ecc82dd4737c3397c5fa421ee909a969725.tar.gz
Bump version of chef to 12.18.53 by Chef Versioner.v12.18.53
Diffstat (limited to 'lib/chef/version.rb')
-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 3f91c89cee..2bacb551ed 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.52"
+ VERSION = "12.18.53"
end
#