summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-04 23:59:26 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-04 23:59:26 +0000
commit854e4fc2a4cdec5f787add476a53e9120187e2ff (patch)
tree92cbf39ef78f0908a0ef44a2e27c358aeac2bfbc /lib/chef/version.rb
parent2390c07e8d8d1d374493da7f681acaf6f71a2da9 (diff)
downloadchef-854e4fc2a4cdec5f787add476a53e9120187e2ff.tar.gz
Bump version to 17.0.135 by Chef Expeditorv17.0.135
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 72789ff164..a824f633ef 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.134")
+ VERSION = Chef::VersionString.new("17.0.135")
end
#