diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-22 18:02:27 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-22 18:02:27 +0000 |
commit | b3a3fbaab35da9e7927a0cb1ae5e379f28ecc000 (patch) | |
tree | 76cb72cdbfd31f38ccf9c2829520002c32f8e168 /lib | |
parent | b5ddff6e40bf15baa936bc801e7954874e814f04 (diff) | |
download | chef-b3a3fbaab35da9e7927a0cb1ae5e379f28ecc000.tar.gz |
Bump version to 14.0.77 by Expeditorv14.0.77
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 1b9ebdf7f1..e4420ddf8e 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.0.76") + VERSION = Chef::VersionString.new("14.0.77") end # |