summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-08 16:12:05 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-08 16:12:05 +0000
commit7f059a779913440c5458df6341e76f16b1b93c4e (patch)
tree3c17ec0942dbc7086f170e426ddb5fc04f2ff2a3 /chef-bin
parente36bcfe19135856d18e4c0485b0ea8e459e97141 (diff)
downloadchef-7f059a779913440c5458df6341e76f16b1b93c4e.tar.gz
Bump version to 15.4.31 by Chef Expeditorv15.4.31
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 f7af260855..3bfcbabfcb 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.30".freeze
+ VERSION = "15.4.31".freeze
end
#