summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-25 16:56:01 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-25 16:56:01 +0000
commitbea9900cec80d8fbfb9ada95ca3f146625bdc4a4 (patch)
treef935dec6b9dd40654f641f4603dea4f3100a9c26 /lib
parent34126cde6b5e27eee55559faa60df415d61ae1d0 (diff)
downloadchef-bea9900cec80d8fbfb9ada95ca3f146625bdc4a4.tar.gz
Bump version to 15.4.8 by Chef Expeditorv15.4.8
Obvious fix; these changes are the result of automation not creative thinking.
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 faaa5c9358..e257533344 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.7")
+ VERSION = Chef::VersionString.new("15.4.8")
end
#