summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-06 17:06:37 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-06 17:06:37 +0000
commit84e2b93dff5400a916a30a89be3c1579673adacb (patch)
treef642c99ad52964cfd50a0689f4f9b5afe2f75a4e /chef-bin
parent375edcb6881a7e143f3d381df7b17b8538888eea (diff)
downloadchef-84e2b93dff5400a916a30a89be3c1579673adacb.tar.gz
Bump version to 15.1.4 by Chef Expeditorv15.1.4
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 5d79e30e50..be0a93271c 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.1.3".freeze
+ VERSION = "15.1.4".freeze
end
#