summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-13 18:58:07 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-13 18:58:07 +0000
commit613d35edb450efb381b449ea4b29eb1ba53ed247 (patch)
tree73121074d7dcfe6f0f5fc09bd56f547571929333 /lib
parentb8488c4d08011a81e960f9168800eca8ef9be284 (diff)
downloadchef-613d35edb450efb381b449ea4b29eb1ba53ed247.tar.gz
Bump version to 15.7.8 by Chef Expeditorv15.7.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 78da1064e5..e51044899d 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.7.7")
+ VERSION = Chef::VersionString.new("15.7.8")
end
#