summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-08 18:42:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-08 18:42:33 +0000
commit643899fb580385968465c7e15e4f20908fc6c5ac (patch)
treeab0b405ed07f5ef19bcacfaf444b3fd5bdee834e /lib/chef/version.rb
parent4e9296a50fa1c92dfe13c78678a6f962f5996476 (diff)
downloadchef-643899fb580385968465c7e15e4f20908fc6c5ac.tar.gz
Bump version to 15.1.44 by Chef Expeditorv15.1.44
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 971f26fa28..8af83be9b0 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.43")
+ VERSION = Chef::VersionString.new("15.1.44")
end
#