summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-16 19:07:53 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-16 19:07:53 +0000
commit95cbe993cd23b223f162e81620a4c79f3a27bef9 (patch)
treeb6910ab0d38a3642f47e2eaa4e806e897abb679a /lib
parentc7cf373280688be6ca33bda7baf3dadf9dd7a79a (diff)
downloadchef-95cbe993cd23b223f162e81620a4c79f3a27bef9.tar.gz
Bump version to 15.4.1 by Chef Expeditorv15.4.1
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 9dac11da69..685929c22f 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.5.1")
+ VERSION = Chef::VersionString.new("15.4.1")
end
#