summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-19 19:52:16 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-19 19:52:16 +0000
commitd6243f194796fc9a928ce80a1386fbd034fc390b (patch)
tree0c89e2018b948a96a242f1cf731bf82b4b2d4abf /chef-bin
parent34332e0b8132936234014eed32614894e21d3ee5 (diff)
downloadchef-d6243f194796fc9a928ce80a1386fbd034fc390b.tar.gz
Bump version to 15.1.56 by Chef Expeditorv15.1.56
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 cfff781a9b..3801560054 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.55".freeze
+ VERSION = "15.1.56".freeze
end
#