summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-03 19:36:03 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-03 19:36:03 +0000
commit85914b32f9010aacca472f93b13784825a67102f (patch)
tree08cfda0ff6adf41dc4948387d9133bc316ae3d4c /chef-bin
parent90d2de54308ca3d60c1d791f7c055af1ae8803a9 (diff)
downloadchef-85914b32f9010aacca472f93b13784825a67102f.tar.gz
Bump version to 15.1.42 by Chef Expeditorv15.1.42
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 50bd39727a..a9fb471936 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.41".freeze
+ VERSION = "15.1.42".freeze
end
#