summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-01 23:24:24 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-01 23:24:24 +0000
commit4b728c6ec8ed4b4ab5ac4807de69f363566cb948 (patch)
treea7b050618edddb3f31ef3108fc3bbf5942b3c276 /chef-bin
parent984f32bb45a0430d44a2a9d6b11dabebf8ff0c5a (diff)
downloadchef-4b728c6ec8ed4b4ab5ac4807de69f363566cb948.tar.gz
Bump version to 15.9.10 by Chef Expeditorv15.9.10
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 4a42b11a35..8efbcabf65 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.9".freeze
+ VERSION = "15.9.10".freeze
end
#