diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-07-02 20:19:51 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-07-02 20:19:51 +0000 |
commit | 5f470f29dbcc2b082cc5d997252967790fc35118 (patch) | |
tree | 4cca4f824ba14c0a65830101ffebfdd089d1d450 /lib/chef/version.rb | |
parent | 4ca23a0dd98c59e1cae29fd7ad6e485cbb12c2b3 (diff) | |
download | chef-5f470f29dbcc2b082cc5d997252967790fc35118.tar.gz |
Bump version to 14.3.25 by Chef Expeditorv14.3.25
Diffstat (limited to 'lib/chef/version.rb')
-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 4d98c99969..c8164e378b 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.3.24") + VERSION = Chef::VersionString.new("14.3.25") end # |