summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-27 17:58:25 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-27 17:58:25 +0000
commitec4aa7e9e75a5e941c8a9d9414ca2a97f5a44916 (patch)
tree3b4daa1a236097eefccf13eaa3e0da5b093cd2ff /lib/chef
parent1722dab78ed9e80683f0e56363e4baef1444bea8 (diff)
downloadchef-ec4aa7e9e75a5e941c8a9d9414ca2a97f5a44916.tar.gz
Bump version to 15.0.89 by Chef Expeditorv15.0.89
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 36cd754711..86ee25469e 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.88")
+ VERSION = Chef::VersionString.new("15.0.89")
end
#