summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-04 20:44:44 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-04 20:44:44 +0000
commite24711b32abbaa969cc8caf3d3d5b63373a6beb7 (patch)
treea45f16b040a1cdb0cbef09918b3d8e5e6c2571e2 /lib/chef
parent9993ce2a690ddd851dda66b78ecfaf7516b7c38e (diff)
downloadchef-e24711b32abbaa969cc8caf3d3d5b63373a6beb7.tar.gz
Bump version of chef to 12.16.46 by Chef Versioner.v12.16.46
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 d893fa5cd6..c1ffbf7723 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.45"
+ VERSION = "12.16.46"
end
#