summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-01 20:41:45 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-01 20:41:45 +0000
commit192cbe2d20f0bdd090e68c3f4d3151a82563e5dc (patch)
tree6335b77d055c707163163cbfaabb08dbec7942e1 /lib
parentb40133b7bd6a9307abc15bec3e13cb28147663a6 (diff)
downloadchef-192cbe2d20f0bdd090e68c3f4d3151a82563e5dc.tar.gz
Bump version to 15.4.59 by Chef Expeditorv15.4.59
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 0453e50540..40685e1667 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.58")
+ VERSION = Chef::VersionString.new("15.4.59")
end
#