summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-31 16:36:40 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-31 16:36:40 +0000
commit36d1ad5cf9e77559f017db5774a399a2d9626051 (patch)
tree28d7abfbd957c22d4f3d8d2ad1835bbe95143ab7 /chef-bin/lib/chef-bin/version.rb
parent0f510845a7916834a5f9de3732fb3a9148d9c568 (diff)
downloadchef-36d1ad5cf9e77559f017db5774a399a2d9626051.tar.gz
Bump version to 15.4.55 by Chef Expeditorv15.4.55
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 8812c2ac45..b72dcd8122 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.4.54".freeze
+ VERSION = "15.4.55".freeze
end
#