summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-17 18:29:35 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-17 18:29:35 +0000
commit866991252303e1f41ec8008b6ed137bb3724e216 (patch)
tree3769fda73d8ef2a82ae62212c67b6569cf3cc059 /lib/chef
parent79a78431b80903b6773b679ddef34dc2afd03775 (diff)
downloadchef-866991252303e1f41ec8008b6ed137bb3724e216.tar.gz
Bump version of chef to 12.18.35 by Chef Versioner.v12.18.35
Diffstat (limited to 'lib/chef')
-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 4b1271ee11..6596342d01 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.34"
+ VERSION = "12.18.35"
end
#