summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 20:18:49 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 20:18:49 +0000
commit3f9a682fbdd5ec7421253c129c171aef9d9a097a (patch)
treed15791518cb6286760e2e5043a782ffe5ee2023d /lib
parent43bdbd5a0c05b15ddb99c2386efe8362851243e6 (diff)
downloadchef-3f9a682fbdd5ec7421253c129c171aef9d9a097a.tar.gz
Bump version to 15.12.19 by Chef Expeditorv15.12.19
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 faca01ebfb..f17f60bad6 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.12.18")
+ VERSION = Chef::VersionString.new("15.12.19")
end
#