summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-16 00:21:20 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-16 00:21:20 +0000
commitbedcbd5f52448d24fdd7ab26ab79185c011beee3 (patch)
tree9c984b3d3b18c63b9f2159a6439d717eacb9335b /lib/chef
parent67e8176242affda0b30627ed968c968f68359d11 (diff)
downloadchef-bedcbd5f52448d24fdd7ab26ab79185c011beee3.tar.gz
Bump version of chef to 12.17.10 by Chef Versioner.v12.17.10
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 4b965a8590..bd7b9f9fca 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.9"
+ VERSION = "12.17.10"
end
#