summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-25 16:08:59 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-25 16:08:59 +0000
commitf542f89d69f5eefa61a0c4193b851a71e44c6094 (patch)
treecf1bd6b50bf66a17740d8068c5a7b6d4daed0d11 /lib
parentd4b4eb62589ca9aa1918cd6ef436768668fe89ad (diff)
downloadchef-f542f89d69f5eefa61a0c4193b851a71e44c6094.tar.gz
Bump version of chef to 12.14.35 by Chef Versioner.v12.14.35
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 b7c9239213..c07c29bb66 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.14.34"
+ VERSION = "12.14.35"
end
#