summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-08 17:18:17 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-08 17:18:19 +0000
commitc3c934b23476a002173e844a59263d488bb7a600 (patch)
treeb5295b244a2246adf8cb1d4ea3741934ffb7a0cc /chef-bin
parentec7c9a471d8a580ba9a8e325fbe003d18e1199dd (diff)
downloadchef-c3c934b23476a002173e844a59263d488bb7a600.tar.gz
Bump version to 15.9.22 by Chef Expeditorv15.9.22
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.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 0d2111b290..a02cd8c6ce 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.9.21".freeze
+ VERSION = "15.9.22".freeze
end
#