summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-16 21:26:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-16 21:26:33 +0000
commit759404194ec79e3e6a360140e646ac44d62d850b (patch)
tree696bd0277b98ac54dd06ea4f7840750a323b588d /lib
parentc5e7be6d57f52d3df88b29d1d6d797f31ef9775d (diff)
downloadchef-759404194ec79e3e6a360140e646ac44d62d850b.tar.gz
Bump version to 15.0.301 by Chef Expeditorv15.0.301
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 3d56079459..979dab7e67 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.300")
+ VERSION = Chef::VersionString.new("15.0.301")
end
#