diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-01 17:09:38 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-01 17:09:38 +0000 |
commit | 40d9f018aa09dcd8d3f6044e2a0dea9642880390 (patch) | |
tree | dcc8f7c3c916fc427d316f54e94a60d562fcc71f /lib | |
parent | 454a195e347cd54731ee7a5da6b20e2122aef97c (diff) | |
download | chef-40d9f018aa09dcd8d3f6044e2a0dea9642880390.tar.gz |
Bump version to 15.1.35 by Chef Expeditorv15.1.35
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 c642086fca..84047c00c9 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("15.1.34") + VERSION = Chef::VersionString.new("15.1.35") end # |