diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-04 19:47:04 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-04 19:47:04 +0000 |
commit | 3bf94fc7d0d9c553c2c6517f8283b5d76bc0c3e1 (patch) | |
tree | a09672aed7aa9946a1eaa3b173c1297b494c0abd /lib | |
parent | 4946ea991f177407fb810422c88255bc8f8f67cb (diff) | |
download | chef-3bf94fc7d0d9c553c2c6517f8283b5d76bc0c3e1.tar.gz |
Bump version to 14.1.36 by Chef Expeditorv14.1.36
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 80e9ac1ed6..a3c9e998b7 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.1.35") + VERSION = Chef::VersionString.new("14.1.36") end # |