summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-18 17:23:09 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-18 17:23:09 +0000
commitc6f2d2720d712e912bad5735be324605642131f3 (patch)
tree616161a369281f61ba8dff39e4c4d57fd79db84b /lib
parent392c9a9741a9170ae33aeba519a345415d54f440 (diff)
downloadchef-c6f2d2720d712e912bad5735be324605642131f3.tar.gz
Bump version to 16.0.226 by Chef Expeditorv16.0.226
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 2839641dab..1acce9b8f0 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.225")
+ VERSION = Chef::VersionString.new("16.0.226")
end
#