summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-17 03:24:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-17 03:24:50 +0000
commit98ee595a80d2f7adab1d04dbc5dd0d81f4fa0340 (patch)
treef37d3000da5d03e68fc0b5826ec29b3993840f18 /lib
parent1217fadb016ab3554548a575a5dbc5bee81fa336 (diff)
downloadchef-98ee595a80d2f7adab1d04dbc5dd0d81f4fa0340.tar.gz
Bump version to 17.7.9 by Chef Expeditorv17.7.9
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 ae63b5726a..84d78a6bd8 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.7.8")
+ VERSION = Chef::VersionString.new("17.7.9")
end
#