summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-08 23:48:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-08 23:48:33 +0000
commit7558c414030d082194d0d2b5f74279ce151517e9 (patch)
tree3eb46b8fbb35cddadf79767cb06a51f63154f605 /lib
parentcfdd8523b66c92d988547269380319ac250b3ee9 (diff)
downloadchef-7558c414030d082194d0d2b5f74279ce151517e9.tar.gz
Bump version to 15.1.45 by Chef Expeditorv15.1.45
Obvious fix; these changes are the result of automation not creative thinking.
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 8af83be9b0..12e673b5a9 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.44")
+ VERSION = Chef::VersionString.new("15.1.45")
end
#