summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-02 23:07:21 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-02 23:07:21 +0000
commit93ba2be9cf1ba73a5291719c0a67964525689073 (patch)
treee514bbc01a820fb278cbd2efeaa759f432747f3b /chef-bin
parent5aacf4d7e534144395651fc3e8e8da569c67e403 (diff)
downloadchef-93ba2be9cf1ba73a5291719c0a67964525689073.tar.gz
Bump version to 15.0.254 by Chef Expeditorv15.0.254
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 d9dd728bbe..0864d13d47 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.253".freeze
+ VERSION = "15.0.254".freeze
end
#