diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-29 23:27:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-29 23:27:06 +0000 |
commit | bb6116d12fbc75dbb3d1daa36b8413b1bc6638d1 (patch) | |
tree | 7b93a97aed4f552bd76d222c516cac92fd38e6cf /knife | |
parent | 3653ece7f0fe82c02825edc0d154a040b23f3a4d (diff) | |
download | chef-bb6116d12fbc75dbb3d1daa36b8413b1bc6638d1.tar.gz |
Bump version to 17.9.19 by Chef Expeditorv17.9.19
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 12504241cd..5e47d6854c 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "17.9.18".freeze + VERSION = "17.9.19".freeze end end |