summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-23 17:25:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-23 17:25:23 +0000
commite535832fab2322c392c65516192abc421c35b5d9 (patch)
tree4248a20a5daa3aae50c20976a47ab0c150fe31da /lib
parentbadec1b7f6c617ee3e7a90616cb0260c4e1f00c5 (diff)
downloadchef-e535832fab2322c392c65516192abc421c35b5d9.tar.gz
Bump version to 17.0.122 by Chef Expeditorv17.0.122
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 72ab376522..efcdf271f0 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.121")
+ VERSION = Chef::VersionString.new("17.0.122")
end
#