summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-24 16:21:41 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-24 16:21:41 +0000
commit40d62b29e6072a212036ce1953657bb7dc4ab399 (patch)
tree11966c1cba717f2cf2688cd5640a3ed858246962 /lib
parent1fd2e94a9ec124a1ea63d82bc42c4ca8e5ad2331 (diff)
downloadchef-40d62b29e6072a212036ce1953657bb7dc4ab399.tar.gz
Bump version to 15.0.311 by Chef Expeditorv15.0.311
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 2f68006264..bd42b14072 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.310")
+ VERSION = Chef::VersionString.new("15.0.311")
end
#