summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-12 20:40:37 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-12 20:40:37 +0000
commit9cf5678e5a6a1400d0ccad1f2c29aa258ffdfedf (patch)
treefa54338602e9e0b231445a41619fb0880333fdbc /chef-bin
parent7c268d07e0c5412011bb60d2c9e23202942fe572 (diff)
downloadchef-9cf5678e5a6a1400d0ccad1f2c29aa258ffdfedf.tar.gz
Bump version to 15.4.74 by Chef Expeditorv15.4.74
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 83e3342301..a3dfe06ab2 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.73".freeze
+ VERSION = "15.4.74".freeze
end
#