summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-13 19:01:42 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-13 19:01:42 +0000
commit89af0c684e2c64a9ae2e21d5687660f1baa53d89 (patch)
treeae416db652904f56b2f28e388b3e3e920ab44e57 /lib
parentf62cdbcf34b0a474553ef32ebbc849a764c9e505 (diff)
downloadchef-89af0c684e2c64a9ae2e21d5687660f1baa53d89.tar.gz
Bump version to 14.0.199 by Expeditorv14.0.199
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 1d0e8d21de..54d80cfe4b 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.0.198")
+ VERSION = Chef::VersionString.new("14.0.199")
end
#