summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-02 15:09:42 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-02 15:09:42 +0000
commit3601738f476d88f5942e1867adcf42caeeb825e5 (patch)
tree2b6d4b7955921e9aaa4b40712a698f8e3b910433 /chef-bin/lib
parent3c801f6eedc8394d61528445a33090182cd29a05 (diff)
downloadchef-3601738f476d88f5942e1867adcf42caeeb825e5.tar.gz
Bump version to 15.1.38 by Chef Expeditorv15.1.38
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 2aee561239..4611851305 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.37".freeze
+ VERSION = "15.1.38".freeze
end
#