summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-27 03:36:44 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-27 03:36:44 +0000
commitf343740fbd93812ed9b247b8a7752372ee0ae1fc (patch)
tree328f22dec4ec6917b3856ac903bdfbb6e7e1b296 /lib
parent8c7379b129555175b1fc3c58786bc3b30b572e2f (diff)
downloadchef-f343740fbd93812ed9b247b8a7752372ee0ae1fc.tar.gz
Bump version to 15.0.8 by Chef Expeditorv15.0.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 e85c65c741..b1fbcaefb6 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.7")
+ VERSION = Chef::VersionString.new("15.0.8")
end
#