summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-04 04:56:07 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-04 04:56:07 +0000
commit77bbb339501191224801c384541ceda8796a67d4 (patch)
treed3d8931704259f28444fb62c2b395c91be67365f /lib/chef/version.rb
parent437295e8679ba006b5b54d3841602e648bf1224f (diff)
downloadchef-77bbb339501191224801c384541ceda8796a67d4.tar.gz
Bump version to 14.14.48 by Chef Expeditorv14.14.48
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 6cdb0d3ef2..fc8b8099e4 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("14.14.47")
+ VERSION = Chef::VersionString.new("14.14.48")
end
#