summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-14 00:01:01 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-14 00:01:01 +0000
commitc43ffab7a8eaf8466923a281fd746d769ef72022 (patch)
treefa5919d37be9ade13fafba061dfc39cf3b4b3bee /lib/chef/version.rb
parent2f78ee8bd701087865506eb01d172e54d6cb6158 (diff)
downloadchef-c43ffab7a8eaf8466923a281fd746d769ef72022.tar.gz
Bump version to 13.3.45 by Chef Expeditorv13.3.45
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 1b620dd659..133aced760 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -22,7 +22,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.3.44")
+ VERSION = Chef::VersionString.new("13.3.45")
end
#