summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-16 22:00:15 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-16 22:00:15 +0000
commitd09aa4556a539db269ff5a6f46c830e302877bbb (patch)
tree0cf5c9b7a80cd36542c78c03820d28a61c670cbf /lib/chef/version.rb
parent81a6513849d9b0058e180e75c6dcbd99bfa71d5d (diff)
downloadchef-d09aa4556a539db269ff5a6f46c830e302877bbb.tar.gz
Bump version to 13.3.47 by Chef Expeditorv13.3.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 1d30b97614..fa9eab78da 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -22,7 +22,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.3.46")
+ VERSION = Chef::VersionString.new("13.3.47")
end
#