summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-13 06:25:38 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-13 06:25:38 +0000
commitf3bbe946f1c8a3ee1db50670808eeeb92beabfba (patch)
tree5b5e55fa67806cef47c80e0e662ae6f43bb02817 /lib/chef/version.rb
parent641118f7d24f12d3112e12879634576a7591585f (diff)
downloadchef-f3bbe946f1c8a3ee1db50670808eeeb92beabfba.tar.gz
Bump version to 14.6.25 by Chef Expeditorv14.6.25
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 e09da093a9..886904b86a 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.24")
+ VERSION = Chef::VersionString.new("14.6.25")
end
#