summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-05 03:31:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-05 03:31:39 +0000
commitb247aaf6b189d681604beb6a1b1c554a9b651695 (patch)
treee947be96a7d48b3264d3b083c4c046ce9f490ab0 /lib/chef/version.rb
parent6fe8d77940ed7789df381438bee7270c647f9949 (diff)
downloadchef-b247aaf6b189d681604beb6a1b1c554a9b651695.tar.gz
Bump version to 17.0.80 by Chef Expeditorv17.0.80
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 95c2986b11..e2b68bd2de 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.79")
+ VERSION = Chef::VersionString.new("17.0.80")
end
#