summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-22 20:54:27 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-22 20:54:27 +0000
commit852b6eb69e9d11acd32c6d756dfbb9473d97a4ac (patch)
tree416a94d77747891b999d33119f3be235ced9fa19 /lib
parent392738693c75885c0251c8ee9e929b6f8d2c7e4b (diff)
downloadchef-852b6eb69e9d11acd32c6d756dfbb9473d97a4ac.tar.gz
Bump version to 14.8.3 by Chef Expeditorv14.8.3
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 1763d248bb..b08db7481f 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.8.2")
+ VERSION = Chef::VersionString.new("14.8.3")
end
#