summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-28 21:30:18 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-28 21:30:18 +0000
commit1de3e9e5a46565db1a3aa434f61d6e16a2dc50a4 (patch)
treec87676277d73d9a9362dda7e81c09ba2e7fdc15a /lib
parentd8ab69f4c665dbb288c1b1a7e7f7ba88c93cb98c (diff)
downloadchef-17.0.10.tar.gz
Bump version to 17.0.10 by Chef Expeditorv17.0.10
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 4382832a3d..8f9d50c297 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.9")
+ VERSION = Chef::VersionString.new("17.0.10")
end
#