summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-31 16:43:05 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-31 16:43:05 +0000
commitf051b6e7912086edc03747f4b1c0285bfb6597f5 (patch)
tree619b95c6e25e46b45f2611e13057dd39dbe6cbcf /chef-bin
parenteae3c30582e5858c964ecf111e1f494e508f83f2 (diff)
downloadchef-f051b6e7912086edc03747f4b1c0285bfb6597f5.tar.gz
Bump version to 15.2.7 by Chef Expeditorv15.2.7
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 16a1d64ee9..a162808694 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.2.6".freeze
+ VERSION = "15.2.7".freeze
end
#