summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-25 05:46:57 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-25 05:46:57 +0000
commit0b773e76d0681f050bd493e3603268f8f6ef3a38 (patch)
tree4b47cecad8290dcf1e10b4e8ddab244a5c8149aa /lib/chef/version.rb
parent6827425d1563b4cf79847a154395eae737ab4909 (diff)
downloadchef-0b773e76d0681f050bd493e3603268f8f6ef3a38.tar.gz
Bump version to 15.4.7 by Chef Expeditorv15.4.7
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 fccecb3a2d..faaa5c9358 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.4.6")
+ VERSION = Chef::VersionString.new("15.4.7")
end
#