summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-02 21:01:35 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-02 21:01:35 +0000
commit213ed9f389797c7154883338eada7f74300c4cfb (patch)
tree2b0afd00d549fb8f337fecb98515f233e09dc8d6 /lib/chef/version.rb
parent4f0bfd91fab37643d4f4de0df663cecf0036c851 (diff)
downloadchef-213ed9f389797c7154883338eada7f74300c4cfb.tar.gz
Bump version of chef to 12.14.47 by Chef Versioner.v12.14.47
Diffstat (limited to 'lib/chef/version.rb')
-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 8d78701144..53b4a12416 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.14.46"
+ VERSION = "12.14.47"
end
#