diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-23 20:02:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-23 20:02:40 +0000 |
commit | ae7815896e1fc7bfe50269569e63d14d6d5f73b9 (patch) | |
tree | 2d8e3e774c9c48c97a9867b892b75193c4088851 /chef-bin | |
parent | f296469764bfd93443e766802d4fa9c3a3920746 (diff) | |
download | chef-ae7815896e1fc7bfe50269569e63d14d6d5f73b9.tar.gz |
Bump version to 17.9.54 by Chef Expeditorv17.9.54
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 e2948ac04f..5d294ec82d 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("..", __dir__) - VERSION = "17.9.53".freeze + VERSION = "17.9.54".freeze end # |