diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-07 22:37:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-07 22:37:19 +0000 |
commit | 438c9f272eb300443217ae47b6a966c0e86b1880 (patch) | |
tree | 1c985accdbbbd767f8a7182360d3bedd1e310228 /chef-bin | |
parent | 888f138f5d73794e3e85d1ef0d1b10d9092ba153 (diff) | |
download | chef-438c9f272eb300443217ae47b6a966c0e86b1880.tar.gz |
Bump version to 15.0.273 by Chef Expeditorv15.0.273
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 c9bad7e9ec..2049bcfd19 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.272".freeze + VERSION = "15.0.273".freeze end # |