summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-17 22:01:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-17 22:01:22 +0000
commit417cbc460e098f1a0397aa64d8a3c1686f9122f2 (patch)
tree548361be0f8ed605aeef6375c961289ea6def873 /lib
parentf339cdcdc461cad2c4c100582829b9a277157589 (diff)
downloadchef-417cbc460e098f1a0397aa64d8a3c1686f9122f2.tar.gz
Bump version to 17.0.156 by Chef Expeditorv17.0.156
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 be810feb42..3f74147b75 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.155")
+ VERSION = Chef::VersionString.new("17.0.156")
end
#