summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-04 21:37:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-04 21:37:29 +0000
commit9b5afe038d4ec63960cd787ff18e954eb32e0fc6 (patch)
treec9ebaff3ebbf5e5a67e19fae17f50ac86a878007 /lib/chef
parentcee1d71861f7694caad626e16bc2a77ccc035318 (diff)
downloadchef-9b5afe038d4ec63960cd787ff18e954eb32e0fc6.tar.gz
Bump version to 17.0.78 by Chef Expeditorv17.0.78
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 d67f98be5a..388875f2b7 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("..", __dir__)
- VERSION = Chef::VersionString.new("17.0.77")
+ VERSION = Chef::VersionString.new("17.0.78")
end
#