summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-13 18:51:51 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-13 18:51:51 +0000
commit8c986011e05aaf6043bcb8fe82f04a5ea7472a64 (patch)
tree850179005ee9da3d8ba3341d6312a73f2f44380d /lib/chef
parent62d629fa19683cfd9bd11d4e083ed15107ac76ef (diff)
downloadchef-8c986011e05aaf6043bcb8fe82f04a5ea7472a64.tar.gz
Bump version to 15.0.290 by Chef Expeditorv15.0.290
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 77eaac1d0b..7132223ae8 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.0.289")
+ VERSION = Chef::VersionString.new("15.0.290")
end
#