summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-11 05:14:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-11 05:14:53 +0000
commit323070f4277399c5b910f9beb330425236f8cdbb (patch)
tree977a4b01f52cce5a207388568fee27ab97cc9728 /chef-bin/lib/chef-bin/version.rb
parent91a14d0333d14c3ee8956a71fac765e89944cc99 (diff)
downloadchef-323070f4277399c5b910f9beb330425236f8cdbb.tar.gz
Bump version to 17.0.90 by Chef Expeditorv17.0.90
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
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 388d21789c..1fde5e7fd8 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.0.89".freeze
+ VERSION = "17.0.90".freeze
end
#