summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-20 18:29:48 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-20 18:29:48 +0000
commit1d46bef432d29f94eeea328990a4e123a63ce81f (patch)
tree855bd47680cbb3b8ef846ca6d6cb2fc35c361392 /chef-bin
parentb5e8d27e8071fca237c9a915b553503dae6f96ca (diff)
downloadchef-1d46bef432d29f94eeea328990a4e123a63ce81f.tar.gz
Bump version to 15.1.20 by Chef Expeditorv15.1.20
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 1ce01fc67f..bd439c3b37 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.19".freeze
+ VERSION = "15.1.20".freeze
end
#