summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-18 17:01:21 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-18 17:01:21 +0000
commita9c2e4f2f6974b2b9e1c168305b942433d67707f (patch)
tree0d6b144c485c5eda2633055f86249482840c81be /chef-bin
parentb89356e80d5b55899ae21caf3c5778bbb55b3eb8 (diff)
downloadchef-a9c2e4f2f6974b2b9e1c168305b942433d67707f.tar.gz
Bump version to 15.1.54 by Chef Expeditorv15.1.54
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 92be11ff4d..2af3932747 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.53".freeze
+ VERSION = "15.1.54".freeze
end
#