diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-04-12 16:42:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-04-12 16:42:14 +0000 |
commit | b599fe2162a4393d796ef092597f9179395132f3 (patch) | |
tree | 81dec00390b3ed4ae9c955ed0f49456ecf987261 /lib | |
parent | 34d438dc4a4131ad85aff7817e54c689249ef0b7 (diff) | |
download | chef-b599fe2162a4393d796ef092597f9179395132f3.tar.gz |
Bump version to 17.10.39 by Chef Expeditorv17.10.39
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index df71dee82d..2f3da46302 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.10.38") + VERSION = Chef::VersionString.new("17.10.39") end # |