summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-13 17:23:53 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-13 17:23:53 +0000
commit71d515800cdcda1629a1b644e808ee753ce6f8b4 (patch)
tree162aedc61363d74d42b4ed088348fdec815f4a79 /lib/chef/version.rb
parent606267f92d21cefaf5e1e7e93db06cd645eaab58 (diff)
downloadchef-71d515800cdcda1629a1b644e808ee753ce6f8b4.tar.gz
Bump version to 14.4.31 by Chef Expeditorv14.4.31
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 e35ab8d06f..7f7e943977 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.4.30")
+ VERSION = Chef::VersionString.new("14.4.31")
end
#