summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-10 22:17:29 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-10 22:17:29 +0000
commit742412f6eed9f288d536a8dc3509d7bc58f5dccb (patch)
tree6a0b8f344ae33b125e8a17e9f1ff33f33b7a5cee /lib/chef/version.rb
parent063c046a4e5ea2727a64a122acedbb79948a5dd6 (diff)
downloadchef-742412f6eed9f288d536a8dc3509d7bc58f5dccb.tar.gz
Bump version to 15.1.47 by Chef Expeditorv15.1.47
Obvious fix; these changes are the result of automation not creative thinking.
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 e156735b90..cd32b60c5c 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.46")
+ VERSION = Chef::VersionString.new("15.1.47")
end
#