summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-05 00:28:55 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-05 00:28:55 +0000
commit273f25770d74394fa9789c2e018b070e802efe0d (patch)
treec375d1da2eb83af68d041780e77c8de7bc470935 /lib
parent936f05aec1ac4091e2418cf3f4a713f7bbe4b092 (diff)
downloadchef-273f25770d74394fa9789c2e018b070e802efe0d.tar.gz
Bump version to 17.0.79 by Chef Expeditorv17.0.79
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 388875f2b7..95c2986b11 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.78")
+ VERSION = Chef::VersionString.new("17.0.79")
end
#