summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:53:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:53:51 +0000
commit8c039bd6a40f27ec4c838b6f75419ced5bf95191 (patch)
tree9382f67bcc2e9992ad400076dd12ad223cdde82d /lib
parent01a2689a260a30d8a9cf184a7e9296dbca65e3f5 (diff)
downloadchef-8c039bd6a40f27ec4c838b6f75419ced5bf95191.tar.gz
Bump version to 17.0.181 by Chef Expeditorv17.0.181
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 64353a9588..4ecf7e0495 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.180")
+ VERSION = Chef::VersionString.new("17.0.181")
end
#