summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-10 15:45:40 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-10 15:45:40 +0000
commit264ba17ebcb9210bfb309fcd6e1f6b33323506e0 (patch)
treec7bb94d961f391ddc4c3c8c20db0f6f95212a70c /lib/chef
parentf0256a4ec1db4c487117912fded9150884894344 (diff)
downloadchef-264ba17ebcb9210bfb309fcd6e1f6b33323506e0.tar.gz
Bump version of chef to 12.17.3 by Chef Versioner.v12.17.3
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 5f2c31fee4..68e682ba2f 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.2"
+ VERSION = "12.17.3"
end
#