summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-17 22:06:06 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-17 22:06:06 +0000
commit866380de04c61aa1bddb0ab04d58e0178c864a4c (patch)
tree277327c58707dc19b5d2551b419fb5fcf53fe74b /chef-bin
parentc950eb1dd04df10f8ebc80f424fd39d948c3a1f9 (diff)
downloadchef-866380de04c61aa1bddb0ab04d58e0178c864a4c.tar.gz
Bump version to 15.14.1 by Chef Expeditorv15.14.1
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 65c91de0e3..781b23c5bb 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 = "15.14.0".freeze
+ VERSION = "15.14.1".freeze
end
#