summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-25 05:38:31 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-25 05:38:31 +0000
commit8479f8fa1e02deb69429b2732c1a84030759849d (patch)
treeaa08ccbeadb3a49c95f56bcabf457ca1728eeb30 /chef-bin
parent10182099e333d7df465e40541e183770da934e60 (diff)
downloadchef-8479f8fa1e02deb69429b2732c1a84030759849d.tar.gz
Bump version to 17.10.14 by Chef Expeditorv17.10.14
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 46146dfb43..f6bc6329c3 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.10.13".freeze
+ VERSION = "17.10.14".freeze
end
#