summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-07 09:31:17 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-07 09:31:17 +0000
commit573d2d59705065409620b8c1960be7d3881d8aa9 (patch)
tree2aba47beca4d58f843cd4a926dbc392023de0046 /lib
parent134f363a87c688f83d0930688a95d6c3c13480e1 (diff)
downloadchef-573d2d59705065409620b8c1960be7d3881d8aa9.tar.gz
Bump version of chef to 12.16.47 by Chef Versioner.v12.16.47
Diffstat (limited to 'lib')
-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 c1ffbf7723..9a66ce8ab7 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.46"
+ VERSION = "12.16.47"
end
#