summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-05 06:18:20 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-05 06:18:20 +0000
commit498b2dc23778176b0a018b2559cdb3036aeeef35 (patch)
tree192d5a8ba0925a135716fa17ed2886bd68946110 /lib
parenta3c45f5ab301af3af9ff56ca0d1b20cebf2c5b23 (diff)
downloadchef-498b2dc23778176b0a018b2559cdb3036aeeef35.tar.gz
Bump version to 15.4.67 by Chef Expeditorv15.4.67
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 8c2e59f424..cf03ee003b 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.4.66")
+ VERSION = Chef::VersionString.new("15.4.67")
end
#