summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-12 19:50:55 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-12 19:50:55 +0000
commit5f89754ac8645ad4837b296e09770ad600991b31 (patch)
tree0bfdc27613172e997336346f3ab78a654de278f0 /chef-bin
parent58ccc46c499274174b62534e67e505889d90a0f0 (diff)
downloadchef-5f89754ac8645ad4837b296e09770ad600991b31.tar.gz
Bump version to 15.10.22 by Chef Expeditorv15.10.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 e437210fb3..a9913d2059 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.10.21".freeze
+ VERSION = "15.10.22".freeze
end
#