summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-11 13:51:41 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-11 13:51:41 +0000
commit879b6c2e53472de756498d08e353c701a5854f9e (patch)
treebec7b0afa7f83dbfb531e20a1ca5e9c326f40b19 /lib/chef
parent9ab43c91221f05cd0912c03e37eff153b6572403 (diff)
downloadchef-879b6c2e53472de756498d08e353c701a5854f9e.tar.gz
Bump version of chef to 12.17.5 by Chef Versioner.v12.17.5
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 ed636a93fd..f4b0ee2648 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.4"
+ VERSION = "12.17.5"
end
#