summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-22 18:46:55 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-22 18:46:55 +0000
commit82c48299a27b46a8f0d68260cd93adca002cbb01 (patch)
treefdcc29e025c41d33ff77592dc53c260dcec5f830 /lib/chef/version.rb
parent94571e2c60bd6853cdcd776084e179fd7da88103 (diff)
downloadchef-82c48299a27b46a8f0d68260cd93adca002cbb01.tar.gz
Bump version to 16.1.15 by Chef Expeditorv16.1.15
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 ab1dbf3935..7bdef8fdff 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("16.1.14")
+ VERSION = Chef::VersionString.new("16.1.15")
end
#