diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-06 15:50:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-06 15:50:29 +0000 |
commit | 3f8efb05853364bcff846e9f98bb6fbf6773fe58 (patch) | |
tree | f6e7ba2c5aa1a95371a085bcbedfd39dabf9fa83 /chef-bin | |
parent | 975fc46143290dc3075307f278fbfce972d81d30 (diff) | |
download | chef-3f8efb05853364bcff846e9f98bb6fbf6773fe58.tar.gz |
Bump version to 15.0.261 by Chef Expeditorv15.0.261
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 6392b1232d..6ebfaa4b9d 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.0.260".freeze + VERSION = "15.0.261".freeze end # |