summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-06 20:11:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-06 20:11:41 +0000
commitb0b24216c416dc7534a129e343a7821ff763e561 (patch)
tree4c1b7fc09036d90abdfff582ffa3ae2c7b7d16f2 /lib
parent97d706c1d45adb210c17cbb8bcd1f4f7c45bc741 (diff)
downloadchef-b0b24216c416dc7534a129e343a7821ff763e561.tar.gz
Bump version to 15.15.0 by Chef Expeditorv15.15.0
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 364e765a4e..2abc23d861 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("..", __dir__)
- VERSION = Chef::VersionString.new("15.14.11")
+ VERSION = Chef::VersionString.new("15.15.0")
end
#