summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-08 17:47:43 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-08 17:47:43 +0000
commitf1c55bb37c751483f0a381224ce6d1a30a66863b (patch)
treede0ed8bcca6520d667d7806314cf0cb138fcc74c /chef-bin
parent4b4a028e05bad40268de17a24a3b07156d028175 (diff)
downloadchef-f1c55bb37c751483f0a381224ce6d1a30a66863b.tar.gz
Bump version to 15.1.43 by Chef Expeditorv15.1.43
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 a9fb471936..a33ee5635f 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.42".freeze
+ VERSION = "15.1.43".freeze
end
#