summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-05 11:11:06 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-05 11:11:06 +0000
commitf330975b622a1f15bde8f0b2a9a4f8a9e95d0d50 (patch)
tree8d67611d7e5167f0a40ea17bf51533a6f16e7b3d /lib/chef/version.rb
parent0c14a50be9e728dc7956717c26166e63bd99d8bb (diff)
downloadchef-f330975b622a1f15bde8f0b2a9a4f8a9e95d0d50.tar.gz
Bump version of chef to 12.17.36 by Chef Versioner.v12.17.36
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 bb5692b6c8..1e0f7a1db1 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.35"
+ VERSION = "12.17.36"
end
#