summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-31 19:21:53 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-31 19:21:53 +0000
commit13c549c5bc3b9dedd15854bd49df8e69860e015d (patch)
tree65b43aa3540a294143d06cbedfdb9aef74ee354c /lib
parent0a96dd503e839d58abb60febc9edd6965114a762 (diff)
downloadchef-13c549c5bc3b9dedd15854bd49df8e69860e015d.tar.gz
Bump version to 14.6.48 by Chef Expeditorv14.6.48
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 0e8cf397eb..530b001568 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.6.47")
+ VERSION = Chef::VersionString.new("14.6.48")
end
#