summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-30 05:59:27 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-30 05:59:27 +0000
commit52ed3d346c39dada17072e79745265550cb759b8 (patch)
treebaed35e630a3c6d9a4a8cdbc47c902ee5046925d /chef-bin
parent362dfba43f1d12b7a9fb7d89cfc00bfa617c7e03 (diff)
downloadchef-52ed3d346c39dada17072e79745265550cb759b8.tar.gz
Bump version to 15.0.243 by Chef Expeditorv15.0.243
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 1765f881cd..ccb873ea85 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.0.242".freeze
+ VERSION = "15.0.243".freeze
end
#