summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-20 22:04:17 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-20 22:04:17 +0000
commitbf7d8ffd7e7878f8c613d411deb62bb8a8f0a0a8 (patch)
treed4749cf11db2a7d50c7d719a16db34672c482675 /chef-bin/lib/chef-bin/version.rb
parenta520c7bf266d5bfe625381f7042abb150dbd55f6 (diff)
downloadchef-bf7d8ffd7e7878f8c613d411deb62bb8a8f0a0a8.tar.gz
Bump version to 15.14.2 by Chef Expeditorv15.14.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 781b23c5bb..a2d87dd849 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.1".freeze
+ VERSION = "15.14.2".freeze
end
#