summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-14 08:30:36 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-14 08:30:36 +0000
commitfa6bf6391590aae181feb64840c6cc5110f60275 (patch)
treee637fe03c9c741a1bc15883a4c4a91347cbff989 /lib/chef
parent53109f9231bb12533fec35a524ecdb32680f5c14 (diff)
downloadchef-fa6bf6391590aae181feb64840c6cc5110f60275.tar.gz
Bump version of chef to 12.16.3 by Chef Versioner.v12.16.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 b7210ce86e..debe3de01f 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.16.2"
+ VERSION = "12.16.3"
end
#