diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-09 01:25:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-09 01:25:41 +0000 |
commit | bc73e02e60a575c066085b7e8acdcc360192036e (patch) | |
tree | 16db853c87de4482e0e179b2faf828b8b0f044b8 /lib | |
parent | c730289058f7afc422306a182270868857060e84 (diff) | |
download | chef-bc73e02e60a575c066085b7e8acdcc360192036e.tar.gz |
Bump version to 15.0.280 by Chef Expeditorv15.0.280
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 e6d016a5d4..3cba8e64c4 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.0.279") + VERSION = Chef::VersionString.new("15.0.280") end # |