summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-15 17:55:55 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-15 17:55:55 +0000
commit94e341db5197050512d91e09cfabbae305f49fba (patch)
treed780632451069e97208f8fe42589ee23a17bfcf8 /lib
parent33af718399e84c71fd586153b97cf70a2bf8dded (diff)
downloadchef-94e341db5197050512d91e09cfabbae305f49fba.tar.gz
Bump version to 15.0.297 by Chef Expeditorv15.0.297
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 9282d00574..f100bb9e9e 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.296")
+ VERSION = Chef::VersionString.new("15.0.297")
end
#