summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-07 18:43:20 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-07 18:43:20 +0000
commitabe41b64da429d5dbe5ea3f9893e28b7863c4537 (patch)
tree75fa0672c9a12cba634a3cb68e3ef1b15dfad3ac /lib
parentad27de14469f9465b790a76eab2c5700be3700b4 (diff)
downloadchef-abe41b64da429d5dbe5ea3f9893e28b7863c4537.tar.gz
Bump version to 15.0.270 by Chef Expeditorv15.0.270
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 78934e7978..c3fd53134f 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.269")
+ VERSION = Chef::VersionString.new("15.0.270")
end
#