summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-17 18:30:30 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-17 18:30:30 +0000
commitc81a9ec4bf71b8388fbb17817b62139d086cb4d2 (patch)
tree31efa92634e09ffa36bea750ef7c6d7a98c613ea /knife/lib/chef/knife/version.rb
parent7d42619ac3c1902dbb9f3eec07c74c352ca93ab3 (diff)
downloadchef-c81a9ec4bf71b8388fbb17817b62139d086cb4d2.tar.gz
Bump version to 17.0.208 by Chef Expeditorv17.0.208
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/knife/version.rb')
-rw-r--r--knife/lib/chef/knife/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 1a3d1089a5..3ff60256a9 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.0.207".freeze
+ VERSION = "17.0.208".freeze
end
end