summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-29 21:41:28 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-29 21:41:29 +0000
commitf0878f4e9ddd5b273b7fed67f30742c25f1662c3 (patch)
treee24a7fe4d0601fe4b31e84c2bdabf3d227e5b7c5 /lib/chef/version.rb
parent7cfd9c3c099b264924da08721e7759886c94d16f (diff)
downloadchef-f0878f4e9ddd5b273b7fed67f30742c25f1662c3.tar.gz
Bump version to 14.13.0 by Chef Expeditorv14.13.0
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 65d498e8eb..1e041288be 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.12.14")
+ VERSION = Chef::VersionString.new("14.13.0")
end
#